#8E2FB6

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

Shades of Dark Orchid #8E2FB6

Tints of Dark Orchid #8E2FB6

Color information

#8E2FB6 (or 0x8E2FB6) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2F and B6. RGB value is (142,47,182). Sum of RGB (Red+Green+Blue) = 142+47+182=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #8E2FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2FB6 is #71D049. Grayscale: #5A5A5A. Windows color (decimal): -7458890 or 11939726. OLE color: 11939726.

HSL color Cylindrical-coordinate representation of color #8E2FB6: hue angle of 282.22º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E2FB6 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14247182-
CMYK0.220.7400.29
HSL282.22º58.95%44.9%-
HSV(B)282.22º74.18%71.37%-
XYZ20.6211.1645.32-
YUV90.8179.47164.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 47 (18.75% from 255) = 12.67%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=38.27%
G=12.67%
B=49.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142471820.220.7400.29282.2258.9544.9
Hex8E2FB6164A01D11a3b2d
Octal21657266261120354327355
Binary1000111010111110110110101101001010011101100011010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,47,182); }

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

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

 a { background-color: rgb(142,47,182); }

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

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

 span { border-color: rgb(142,47,182); }

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