#8E28C6

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

Shades of Dark Orchid #8E28C6

Tints of Dark Orchid #8E28C6

Color information

#8E28C6 (or 0x8E28C6) is unknown color: approx Dark Orchid. HEX triplet: 8E, 28 and C6. RGB value is (142,40,198). Sum of RGB (Red+Green+Blue) = 142+40+198=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E28C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E28C6 is #71D739. Grayscale: #575757. Windows color (decimal): -7460666 or 12986510. OLE color: 12986510.

HSL color Cylindrical-coordinate representation of color #8E28C6: hue angle of 278.73º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E28C6 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14240198-
CMYK0.280.8000.22
HSL278.73º66.39%46.67%-
HSV(B)278.73º79.8%77.65%-
XYZ22.1111.3554.45-
YUV88.51189.79166.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 40 (16.02% from 255) = 10.53%
BLUE value IS 198 (77.73% from 255) = 52.11%
R=37.37%
G=10.53%
B=52.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal142401980.280.8000.22278.7366.3946.67
Hex8E28C61C50016117422f
Octal216503063412002642710257
Binary10001110101000110001101110010100000101101000101111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E28C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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