#8E27C6

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

Shades of Dark Orchid #8E27C6

Tints of Dark Orchid #8E27C6

Color information

#8E27C6 (or 0x8E27C6) is unknown color: approx Dark Orchid. HEX triplet: 8E, 27 and C6. RGB value is (142,39,198). Sum of RGB (Red+Green+Blue) = 142+39+198=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E27C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E27C6 is #71D839. Grayscale: #575757. Windows color (decimal): -7460922 or 12986254. OLE color: 12986254.

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

Color convert

RGB14239198-
CMYK0.280.8000.22
HSL278.87º67.09%46.47%-
HSV(B)278.87º80.3%77.65%-
XYZ22.0711.2854.44-
YUV87.92190.12166.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 39 (15.62% from 255) = 10.29%
BLUE value IS 198 (77.73% from 255) = 52.24%
R=37.47%
G=10.29%
B=52.24%

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
Decimal142391980.280.8000.22278.8767.0946.47
Hex8E27C61C50016117432e
Octal216473063412002642710356
Binary10001110100111110001101110010100000101101000101111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E27C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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