#9B0CAE

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

Shades of Dark Magenta #9B0CAE

Tints of Dark Magenta #9B0CAE

Color information

#9B0CAE (or 0x9B0CAE) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0C and AE. RGB value is (155,12,174). Sum of RGB (Red+Green+Blue) = 155+12+174=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B0CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0CAE is #64F351. Grayscale: #484848. Windows color (decimal): -6615890 or 11406491. OLE color: 11406491.

HSL color Cylindrical-coordinate representation of color #9B0CAE: hue angle of 292.96º 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 #9B0CAE is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15512174-
CMYK0.110.9300.32
HSL292.96º87.1%36.47%-
HSV(B)292.96º93.1%68.24%-
XYZ21.2910.2940.91-
YUV73.22184.88186.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 12 (5.08% from 255) = 3.52%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=45.45%
G=3.52%
B=51.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155121740.110.9300.32292.9687.136.47
Hex9BCAEB5D0201255724
Octal233142561313504044512744
Binary100110111100101011101011101110101000001001001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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