Html Css Color HEX #9C2E76 Dark Purple

📋 copy color: '#9C2E76'

red 156 ◦ green 46 ◦ blue 118

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

Shades of Dark Purple #9C2E76

Tints of Dark Purple #9C2E76

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.38%

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

R = 48.75%
G = 14.38%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C2E76 (or 0x9C2E76) is known color: Dark Purple. HEX triplet: 9C, 2E and 76. RGB value is (156,46,118). Sum of RGB (Red+Green+Blue) = 156+46+118=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2E76 is #63D189. Grayscale: #565656. Windows color (decimal): -6541706 or 7745180. OLE color: 7745180.

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

Color convert

RGB 156 46 118 -
CMYK 0 0.71 0.24 0.39
HSL 320.73º 0.54% 0.4% -
HSV(B) 320.73º 0.71% 0.61% -
XYZ 17.96 10.33 18.19 -
YUV 87.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 156 46 118 0 0.71 0.24 0.39 320.73 0.54 0.4
Hex 9C 2E 76 0 47 18 27 141 36 28
Octal 234 56 166 0 107 30 47 501 66 50
Binary 10011100 101110 1110110 0 1000111 11000 100111 101000001 110110 101000

Color Harmonies of #9C2E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2E76

Black with #9C2E76

Text Example


Text Example

White with #9C2E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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