Html Css Color HEX #9C2B76 Dark Purple

📋 copy color: '#9C2B76'

red 156 ◦ green 43 ◦ blue 118

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

Shades of Dark Purple #9C2B76

Tints of Dark Purple #9C2B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

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

R = 49.21%
G = 13.56%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C2B76 (or 0x9C2B76) is known color: Dark Purple. HEX triplet: 9C, 2B and 76. RGB value is (156,43,118). Sum of RGB (Red+Green+Blue) = 156+43+118=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B76 is #63D489. Grayscale: #555555. Windows color (decimal): -6542474 or 7744412. OLE color: 7744412.

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

Color convert

RGB 156 43 118 -
CMYK 0 0.72 0.24 0.39
HSL 320.18º 0.57% 0.39% -
HSV(B) 320.18º 0.72% 0.61% -
XYZ 17.84 10.1 18.15 -
YUV 85.34 146.44 178.4 -
System Red Green Blue C M Y K H S L
Decimal 156 43 118 0 0.72 0.24 0.39 320.18 0.57 0.39
Hex 9C 2B 76 0 48 18 27 140 39 27
Octal 234 53 166 0 110 30 47 500 71 47
Binary 10011100 101011 1110110 0 1001000 11000 100111 101000000 111001 100111

Color Harmonies of #9C2B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B76

Black with #9C2B76

Text Example


Text Example

White with #9C2B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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