Html Css Color HEX #9C0B9A Dark Magenta

📋 copy color: '#9C0B9A'

red 156 ◦ green 11 ◦ blue 154

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

Shades of Dark Magenta #9C0B9A

Tints of Dark Magenta #9C0B9A

RGB

 RED value IS 156 (61.33% from 255) = 48.6%

 GREEN value IS 11 (4.69% from 255) = 3.43%

 BLUE value IS 154 (60.55% from 255) = 47.98%

R = 48.6%
G = 3.43%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C0B9A (or 0x9C0B9A) is known color: Dark Magenta. HEX triplet: 9C, 0B and 9A. RGB value is (156,11,154). Sum of RGB (Red+Green+Blue) = 156+11+154=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0B9A is #63F465. Grayscale: #464646. Windows color (decimal): -6550630 or 10095516. OLE color: 10095516.

HSL color Cylindrical-coordinate representation of color #9C0B9A: hue angle of 300.83º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B9A is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 11 154 -
CMYK 0 0.93 0.01 0.39
HSL 300.83º 0.87% 0.33% -
HSV(B) 300.83º 0.93% 0.61% -
XYZ 19.66 9.64 31.4 -
YUV 70.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 156 11 154 0 0.93 0.01 0.39 300.83 0.87 0.33
Hex 9C B 9A 0 5D 1 27 12D 57 21
Octal 234 13 232 0 135 1 47 455 127 41
Binary 10011100 1011 10011010 0 1011101 1 100111 100101101 1010111 100001

Color Harmonies of #9C0B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B9A

Black with #9C0B9A

Text Example


Text Example

White with #9C0B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,11,154); }

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

background-color css

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

 a { background-color: rgb(156,11,154); }

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

border-color css

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

 span { border-color: rgb(156,11,154); }

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