Html Css Color HEX #9C2E77 Dark Purple

📋 copy color: '#9C2E77'

red 156 ◦ green 46 ◦ blue 119

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

Shades of Dark Purple #9C2E77

Tints of Dark Purple #9C2E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 48.6%
G = 14.33%
B = 37.07%

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

#9C2E77 (or 0x9C2E77) is known color: Dark Purple. HEX triplet: 9C, 2E and 77. RGB value is (156,46,119). Sum of RGB (Red+Green+Blue) = 156+46+119=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2E77 is #63D188. Grayscale: #575757. Windows color (decimal): -6541705 or 7810716. OLE color: 7810716.

HSL color Cylindrical-coordinate representation of color #9C2E77: hue angle of 320.18º 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 #9C2E77 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 46 119 -
CMYK 0 0.71 0.24 0.39
HSL 320.18º 0.54% 0.4% -
HSV(B) 320.18º 0.71% 0.61% -
XYZ 18.02 10.35 18.5 -
YUV 87.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 156 46 119 0 0.71 0.24 0.39 320.18 0.54 0.4
Hex 9C 2E 77 0 47 18 27 140 36 28
Octal 234 56 167 0 107 30 47 500 66 50
Binary 10011100 101110 1110111 0 1000111 11000 100111 101000000 110110 101000

Color Harmonies of #9C2E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2E77

Black with #9C2E77

Text Example


Text Example

White with #9C2E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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