Html Css Color HEX #9C0B90 Dark Magenta

📋 copy color: '#9C0B90'

red 156 ◦ green 11 ◦ blue 144

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

Shades of Dark Magenta #9C0B90

Tints of Dark Magenta #9C0B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 50.16%
G = 3.54%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C0B90 (or 0x9C0B90) is known color: Dark Magenta. HEX triplet: 9C, 0B and 90. RGB value is (156,11,144). Sum of RGB (Red+Green+Blue) = 156+11+144=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0B90 is #63F46F. Grayscale: #454545. Windows color (decimal): -6550640 or 9440156. OLE color: 9440156.

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

Color convert

RGB 156 11 144 -
CMYK 0 0.93 0.08 0.39
HSL 304.97º 0.87% 0.33% -
HSV(B) 304.97º 0.93% 0.61% -
XYZ 18.86 9.32 27.19 -
YUV 69.52 170.04 189.69 -
System Red Green Blue C M Y K H S L
Decimal 156 11 144 0 0.93 0.08 0.39 304.97 0.87 0.33
Hex 9C B 90 0 5D 8 27 131 57 21
Octal 234 13 220 0 135 10 47 461 127 41
Binary 10011100 1011 10010000 0 1011101 1000 100111 100110001 1010111 100001

Color Harmonies of #9C0B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B90

Black with #9C0B90

Text Example


Text Example

White with #9C0B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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