#8E2DC6

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

Shades of Dark Orchid #8E2DC6

Tints of Dark Orchid #8E2DC6

Color information

#8E2DC6 (or 0x8E2DC6) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2D and C6. RGB value is (142,45,198). Sum of RGB (Red+Green+Blue) = 142+45+198=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E2DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2DC6 is #71D239. Grayscale: #5A5A5A. Windows color (decimal): -7459386 or 12987790. OLE color: 12987790.

HSL color Cylindrical-coordinate representation of color #8E2DC6: hue angle of 278.04º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2DC6 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14245198-
CMYK0.280.7700.22
HSL278.04º62.96%47.65%-
HSV(B)278.04º77.27%77.65%-
XYZ22.2911.754.51-
YUV91.44188.14164.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 45 (17.97% from 255) = 11.69%
BLUE value IS 198 (77.73% from 255) = 51.43%
R=36.88%
G=11.69%
B=51.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal142451980.280.7700.22278.0462.9647.65
Hex8E2DC61C4D0161163f30
Octal21655306341150264267760
Binary1000111010110111000110111001001101010110100010110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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