#8937CF

Color #8937CF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8937CF

Tints of Dark Orchid #8937CF

Color information

#8937CF (or 0x8937CF) is unknown color: approx Dark Orchid. HEX triplet: 89, 37 and CF. RGB value is (137,55,207). Sum of RGB (Red+Green+Blue) = 137+55+207=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #8937CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8937CF is #76C830. Grayscale: #606060. Windows color (decimal): -7784497 or 13580169. OLE color: 13580169.

HSL color Cylindrical-coordinate representation of color #8937CF: hue angle of 272.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8937CF is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13755207-
CMYK0.340.7300.19
HSL272.37º61.29%51.37%-
HSV(B)272.37º73.43%81.18%-
XYZ22.9512.5660.25-
YUV96.85190.17156.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 55 (21.88% from 255) = 13.78%
BLUE value IS 207 (81.25% from 255) = 51.88%
R=34.34%
G=13.78%
B=51.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal137552070.340.7300.19272.3761.2951.37
Hex8937CF22490131103d33
Octal21167317421110234207563
Binary10001001110111110011111000101001001010011100010000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8937CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8937CF; }

 p { color: rgb(137,55,207); }

 H1.HeaderClassName
 {
   color: #8937CF;
 }
 .AnyTagClassName
 {
   color: #8937CF;
 }
</style>
background-color css

<style>
 a { background-color: #8937CF; }

 a { background-color: rgb(137,55,207); }

 div.DivClassName
 {
   background-color: #8937CF;
 }
 .BgClassName
 {
   background-color: #8937CF;
 }
</style>
border-color css

<style>
 span { border-color: #8937CF; }

 span { border-color: rgb(137,55,207); }

 td.TdClassName
 {
   border-color: #8937CF;
 }
 .TagClassName
 {
   border-color: #8937CF;
 }
</style>