Html Css Color HEX #9B0CAC Dark Magenta

📋 copy color: '#9B0CAC'

red 155 ◦ green 12 ◦ blue 172

#9B0CAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9B0CAC

Tints of Dark Magenta #9B0CAC

RGB

 RED value IS 155 (60.94% from 255) = 45.72%

 GREEN value IS 12 (5.08% from 255) = 3.54%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 45.72%
G = 3.54%
B = 50.74%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B0CAC (or 0x9B0CAC) is known color: Dark Magenta. HEX triplet: 9B, 0C and AC. RGB value is (155,12,172). Sum of RGB (Red+Green+Blue) = 155+12+172=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0CAC is #64F353. Grayscale: #484848. Windows color (decimal): -6615892 or 11275419. OLE color: 11275419.

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

Color convert

RGB 155 12 172 -
CMYK 0.10 0.93 0 0.33
HSL 293.63º 0.87% 0.36% -
HSV(B) 293.63º 0.93% 0.67% -
XYZ 21.1 10.21 39.89 -
YUV 73 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 155 12 172 0.10 0.93 0 0.33 293.63 0.87 0.36
Hex 9B C AC A 5D 0 21 126 57 24
Octal 233 14 254 12 135 0 41 446 127 44
Binary 10011011 1100 10101100 1010 1011101 0 100001 100100110 1010111 100100

Color Harmonies of #9B0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0CAC

Black with #9B0CAC

Text Example


Text Example

White with #9B0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B0CAC;
 }
 .AnyTagClassName
 {
   color: #9B0CAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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