Html Css Color HEX #9C3276 Dark Purple

📋 copy color: '#9C3276'

red 156 ◦ green 50 ◦ blue 118

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

Shades of Dark Purple #9C3276

Tints of Dark Purple #9C3276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

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

R = 48.15%
G = 15.43%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C3276 (or 0x9C3276) is known color: Dark Purple. HEX triplet: 9C, 32 and 76. RGB value is (156,50,118). Sum of RGB (Red+Green+Blue) = 156+50+118=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3276 is #63CD89. Grayscale: #595959. Windows color (decimal): -6540682 or 7746204. OLE color: 7746204.

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

Color convert

RGB 156 50 118 -
CMYK 0 0.68 0.24 0.39
HSL 321.51º 0.51% 0.4% -
HSV(B) 321.51º 0.68% 0.61% -
XYZ 18.12 10.66 18.24 -
YUV 89.45 144.12 175.47 -
System Red Green Blue C M Y K H S L
Decimal 156 50 118 0 0.68 0.24 0.39 321.51 0.51 0.4
Hex 9C 32 76 0 44 18 27 142 33 28
Octal 234 62 166 0 104 30 47 502 63 50
Binary 10011100 110010 1110110 0 1000100 11000 100111 101000010 110011 101000

Color Harmonies of #9C3276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3276

Black with #9C3276

Text Example


Text Example

White with #9C3276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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