#8937C6

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

Shades of Dark Orchid #8937C6

Tints of Dark Orchid #8937C6

Color information

#8937C6 (or 0x8937C6) is unknown color: approx Dark Orchid. HEX triplet: 89, 37 and C6. RGB value is (137,55,198). Sum of RGB (Red+Green+Blue) = 137+55+198=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #8937C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8937C6 is #76C839. Grayscale: #5F5F5F. Windows color (decimal): -7784506 or 12990345. OLE color: 12990345.

HSL color Cylindrical-coordinate representation of color #8937C6: hue angle of 274.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8937C6 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13755198-
CMYK0.310.7200.22
HSL274.41º56.52%49.61%-
HSV(B)274.41º72.22%77.65%-
XYZ21.8812.1354.61-
YUV95.82185.67157.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 55 (21.88% from 255) = 14.10%
BLUE value IS 198 (77.73% from 255) = 50.77%
R=35.13%
G=14.10%
B=50.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal137551980.310.7200.22274.4156.5249.61
Hex8937C61F480161123932
Octal21167306371100264227162
Binary1000100111011111000110111111001000010110100010010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8937C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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