#8D0CAB

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

Shades of Dark Magenta #8D0CAB

Tints of Dark Magenta #8D0CAB

Color information

#8D0CAB (or 0x8D0CAB) is unknown color: approx Dark Magenta. HEX triplet: 8D, 0C and AB. RGB value is (141,12,171). Sum of RGB (Red+Green+Blue) = 141+12+171=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D0CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0CAB is #72F354. Grayscale: #444444. Windows color (decimal): -7533397 or 11209869. OLE color: 11209869.

HSL color Cylindrical-coordinate representation of color #8D0CAB: hue angle of 288.68º 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 #8D0CAB is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14112171-
CMYK0.180.9300.33
HSL288.68º86.89%35.88%-
HSV(B)288.68º92.98%67.06%-
XYZ18.478.8739.27-
YUV68.7185.74179.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 12 (5.08% from 255) = 3.70%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=43.52%
G=3.70%
B=52.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141121710.180.9300.33288.6886.8935.88
Hex8DCAB125D0211215724
Octal215142532213504144112744
Binary1000110111001010101110010101110101000011001000011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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