Html Css Color HEX #9C2576 Dark Purple

📋 copy color: '#9C2576'

red 156 ◦ green 37 ◦ blue 118

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

Shades of Dark Purple #9C2576

Tints of Dark Purple #9C2576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

 BLUE value IS 118 (46.48% from 255) = 37.94%

R = 50.16%
G = 11.9%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C2576 (or 0x9C2576) is known color: Dark Purple. HEX triplet: 9C, 25 and 76. RGB value is (156,37,118). Sum of RGB (Red+Green+Blue) = 156+37+118=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2576 is #63DA89. Grayscale: #515151. Windows color (decimal): -6544010 or 7742876. OLE color: 7742876.

HSL color Cylindrical-coordinate representation of color #9C2576: hue angle of 319.16º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2576 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 37 118 -
CMYK 0 0.76 0.24 0.39
HSL 319.16º 0.62% 0.38% -
HSV(B) 319.16º 0.76% 0.61% -
XYZ 17.64 9.7 18.08 -
YUV 81.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 156 37 118 0 0.76 0.24 0.39 319.16 0.62 0.38
Hex 9C 25 76 0 4C 18 27 13F 3E 26
Octal 234 45 166 0 114 30 47 477 76 46
Binary 10011100 100101 1110110 0 1001100 11000 100111 100111111 111110 100110

Color Harmonies of #9C2576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2576

Black with #9C2576

Text Example


Text Example

White with #9C2576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,37,118); }

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

background-color css

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

 a { background-color: rgb(156,37,118); }

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

border-color css

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

 span { border-color: rgb(156,37,118); }

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