#8E2DC4

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

Shades of Dark Orchid #8E2DC4

Tints of Dark Orchid #8E2DC4

Color information

#8E2DC4 (or 0x8E2DC4) is unknown color: approx Dark Orchid. HEX triplet: 8E, 2D and C4. RGB value is (142,45,196). Sum of RGB (Red+Green+Blue) = 142+45+196=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #8E2DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2DC4 is #71D23B. Grayscale: #5A5A5A. Windows color (decimal): -7459388 or 12856718. OLE color: 12856718.

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

Color convert

RGB14245196-
CMYK0.280.7700.23
HSL278.54º62.66%47.25%-
HSV(B)278.54º77.04%76.86%-
XYZ22.0611.6153.3-
YUV91.22187.14164.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 45 (17.97% from 255) = 11.75%
BLUE value IS 196 (76.95% from 255) = 51.17%
R=37.08%
G=11.75%
B=51.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal142451960.280.7700.23278.5462.6647.25
Hex8E2DC41C4D0171173f2f
Octal21655304341150274277757
Binary1000111010110111000100111001001101010111100010111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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