Html Css Color HEX #9C0B89 Dark Magenta

📋 copy color: '#9C0B89'

red 156 ◦ green 11 ◦ blue 137

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

Shades of Dark Magenta #9C0B89

Tints of Dark Magenta #9C0B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 51.32%
G = 3.62%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C0B89 (or 0x9C0B89) is known color: Dark Magenta. HEX triplet: 9C, 0B and 89. RGB value is (156,11,137). Sum of RGB (Red+Green+Blue) = 156+11+137=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0B89 is #63F476. Grayscale: #444444. Windows color (decimal): -6550647 or 8981404. OLE color: 8981404.

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

Color convert

RGB 156 11 137 -
CMYK 0 0.93 0.12 0.39
HSL 307.86º 0.87% 0.33% -
HSV(B) 307.86º 0.93% 0.61% -
XYZ 18.35 9.11 24.46 -
YUV 68.72 166.54 190.25 -
System Red Green Blue C M Y K H S L
Decimal 156 11 137 0 0.93 0.12 0.39 307.86 0.87 0.33
Hex 9C B 89 0 5D C 27 134 57 21
Octal 234 13 211 0 135 14 47 464 127 41
Binary 10011100 1011 10001001 0 1011101 1100 100111 100110100 1010111 100001

Color Harmonies of #9C0B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B89

Black with #9C0B89

Text Example


Text Example

White with #9C0B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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