#8E2CC9

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

Shades of Dark Orchid #8E2CC9

Tints of Dark Orchid #8E2CC9

Color information

#8E2CC9 (or 0x8E2CC9) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2C and C9. RGB value is (142,44,201). Sum of RGB (Red+Green+Blue) = 142+44+201=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E2CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2CC9 is #71D336. Grayscale: #5A5A5A. Windows color (decimal): -7459639 or 13184142. OLE color: 13184142.

HSL color Cylindrical-coordinate representation of color #8E2CC9: hue angle of 277.45º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E2CC9 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14244201-
CMYK0.290.7800.21
HSL277.45º64.08%48.04%-
HSV(B)277.45º78.11%78.82%-
XYZ22.611.7756.34-
YUV91.2189.97164.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.69%
GREEN value IS 44 (17.58% from 255) = 11.37%
BLUE value IS 201 (78.91% from 255) = 51.94%
R=36.69%
G=11.37%
B=51.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142442010.290.7800.21277.4564.0848.04
Hex8E2CC91D4E0151154030
Octal216543113511602542510060
Binary10001110101100110010011110110011100101011000101011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,44,201); }

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

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

 a { background-color: rgb(142,44,201); }

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

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

 span { border-color: rgb(142,44,201); }

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