#9B0CA9

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

Shades of Dark Magenta #9B0CA9

Tints of Dark Magenta #9B0CA9

Color information

#9B0CA9 (or 0x9B0CA9) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0C and A9. RGB value is (155,12,169). Sum of RGB (Red+Green+Blue) = 155+12+169=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 169 (66.41% from 255 or 50.30% from 336); Max value from RGB is 169 - color contains mainly: blue. Hex color #9B0CA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0CA9 is #64F356. Grayscale: #484848. Windows color (decimal): -6615895 or 11078811. OLE color: 11078811.

HSL color Cylindrical-coordinate representation of color #9B0CA9: hue angle of 294.65º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0CA9 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15512169-
CMYK0.080.9300.34
HSL294.65º86.74%35.49%-
HSV(B)294.65º92.9%66.27%-
XYZ20.8110.138.39-
YUV72.66182.38186.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 12 (5.08% from 255) = 3.57%
BLUE value IS 169 (66.41% from 255) = 50.30%
R=46.13%
G=3.57%
B=50.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal155121690.080.9300.34294.6586.7435.49
Hex9BCA985D0221275723
Octal233142511013504244712743
Binary100110111100101010011000101110101000101001001111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B0CA9; }

 p { color: rgb(155,12,169); }

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

<style>
 a { background-color: #9B0CA9; }

 a { background-color: rgb(155,12,169); }

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

<style>
 span { border-color: #9B0CA9; }

 span { border-color: rgb(155,12,169); }

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