#8E0CAB

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

Shades of Dark Magenta #8E0CAB

Tints of Dark Magenta #8E0CAB

Color information

#8E0CAB (or 0x8E0CAB) is unknown color: approx Dark Magenta. HEX triplet: 8E, 0C and AB. RGB value is (142,12,171). Sum of RGB (Red+Green+Blue) = 142+12+171=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E0CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0CAB is #71F354. Grayscale: #444444. Windows color (decimal): -7467861 or 11209870. OLE color: 11209870.

HSL color Cylindrical-coordinate representation of color #8E0CAB: hue angle of 289.06º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0CAB is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14212171-
CMYK0.170.9300.33
HSL289.06º86.89%35.88%-
HSV(B)289.06º92.98%67.06%-
XYZ18.648.9539.27-
YUV69185.57180.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 12 (5.08% from 255) = 3.69%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=43.69%
G=3.69%
B=52.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142121710.170.9300.33289.0686.8935.88
Hex8ECAB115D0211215724
Octal216142532113504144112744
Binary1000111011001010101110001101110101000011001000011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,12,171); }

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

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

 a { background-color: rgb(142,12,171); }

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

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

 span { border-color: rgb(142,12,171); }

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