#8B0CAD

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

Shades of Dark Magenta #8B0CAD

Tints of Dark Magenta #8B0CAD

Color information

#8B0CAD (or 0x8B0CAD) is unknown color: approx Dark Magenta. HEX triplet: 8B, 0C and AD. RGB value is (139,12,173). Sum of RGB (Red+Green+Blue) = 139+12+173=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B0CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0CAD is #74F352. Grayscale: #434343. Windows color (decimal): -7664467 or 11340939. OLE color: 11340939.

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

Color convert

RGB13912173-
CMYK0.200.9300.32
HSL287.33º87.03%36.27%-
HSV(B)287.33º93.06%67.84%-
XYZ18.328.7740.26-
YUV68.33187.08178.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.90%
GREEN value IS 12 (5.08% from 255) = 3.70%
BLUE value IS 173 (67.97% from 255) = 53.40%
R=42.90%
G=3.70%
B=53.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal139121730.200.9300.32287.3387.0336.27
Hex8BCAD145D02011f5724
Octal213142552413504043712744
Binary1000101111001010110110100101110101000001000111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,12,173); }

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

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

 a { background-color: rgb(139,12,173); }

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

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

 span { border-color: rgb(139,12,173); }

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