#8E37C6

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

Shades of Dark Orchid #8E37C6

Tints of Dark Orchid #8E37C6

Color information

#8E37C6 (or 0x8E37C6) is unknown color: approx Dark Orchid. HEX triplet: 8E, 37 and C6. RGB value is (142,55,198). Sum of RGB (Red+Green+Blue) = 142+55+198=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E37C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E37C6 is #71C839. Grayscale: #606060. Windows color (decimal): -7456826 or 12990350. OLE color: 12990350.

HSL color Cylindrical-coordinate representation of color #8E37C6: hue angle of 276.5º 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 #8E37C6 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14255198-
CMYK0.280.7200.22
HSL276.5º56.52%49.61%-
HSV(B)276.5º72.22%77.65%-
XYZ22.7112.5654.65-
YUV97.32184.82159.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 55 (21.88% from 255) = 13.92%
BLUE value IS 198 (77.73% from 255) = 50.13%
R=35.95%
G=13.92%
B=50.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal142551980.280.7200.22276.556.5249.61
Hex8E37C61C480161153932
Octal21667306341100264257162
Binary1000111011011111000110111001001000010110100010101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E37C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E37C6; }

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

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

<style>
 a { background-color: #8E37C6; }

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

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

<style>
 span { border-color: #8E37C6; }

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

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