Html Css Color HEX #9C0591 Dark Magenta

📋 copy color: '#9C0591'

red 156 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #9C0591

Tints of Dark Magenta #9C0591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 145 (57.03% from 255) = 47.39%

R = 50.98%
G = 1.63%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9C0591 (or 0x9C0591) is known color: Dark Magenta. HEX triplet: 9C, 05 and 91. RGB value is (156,5,145). Sum of RGB (Red+Green+Blue) = 156+5+145=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0591 is #63FA6E. Grayscale: #414141. Windows color (decimal): -6552175 or 9504156. OLE color: 9504156.

HSL color Cylindrical-coordinate representation of color #9C0591: hue angle of 304.37º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0591 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 5 145 -
CMYK 0 0.97 0.07 0.39
HSL 304.37º 0.94% 0.32% -
HSV(B) 304.37º 0.97% 0.61% -
XYZ 18.88 9.22 27.57 -
YUV 66.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 156 5 145 0 0.97 0.07 0.39 304.37 0.94 0.32
Hex 9C 5 91 0 61 7 27 130 5E 20
Octal 234 5 221 0 141 7 47 460 136 40
Binary 10011100 101 10010001 0 1100001 111 100111 100110000 1011110 100000

Color Harmonies of #9C0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0591

Black with #9C0591

Text Example


Text Example

White with #9C0591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,5,145); }

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

background-color css

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

 a { background-color: rgb(156,5,145); }

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

border-color css

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

 span { border-color: rgb(156,5,145); }

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