Html Css Color HEX #9C0B7F Dark Magenta

📋 copy color: '#9C0B7F'

red 156 ◦ green 11 ◦ blue 127

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

Shades of Dark Magenta #9C0B7F

Tints of Dark Magenta #9C0B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.2%

R = 53.06%
G = 3.74%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C0B7F (or 0x9C0B7F) is known color: Dark Magenta. HEX triplet: 9C, 0B and 7F. RGB value is (156,11,127). Sum of RGB (Red+Green+Blue) = 156+11+127=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0B7F is #63F480. Grayscale: #434343. Windows color (decimal): -6550657 or 8326044. OLE color: 8326044.

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

Color convert

RGB 156 11 127 -
CMYK 0 0.93 0.19 0.39
HSL 312º 0.87% 0.33% -
HSV(B) 312º 0.93% 0.61% -
XYZ 17.66 8.84 20.85 -
YUV 67.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 156 11 127 0 0.93 0.19 0.39 312 0.87 0.33
Hex 9C B 7F 0 5D 13 27 138 57 21
Octal 234 13 177 0 135 23 47 470 127 41
Binary 10011100 1011 1111111 0 1011101 10011 100111 100111000 1010111 100001

Color Harmonies of #9C0B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B7F

Black with #9C0B7F

Text Example


Text Example

White with #9C0B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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