Html Css Color HEX #9C2978 Dark Purple

📋 copy color: '#9C2978'

red 156 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #9C2978

Tints of Dark Purple #9C2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 49.21%
G = 12.93%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9C2978 (or 0x9C2978) is known color: Dark Purple. HEX triplet: 9C, 29 and 78. RGB value is (156,41,120). Sum of RGB (Red+Green+Blue) = 156+41+120=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2978 is #63D687. Grayscale: #545454. Windows color (decimal): -6542984 or 7874972. OLE color: 7874972.

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

Color convert

RGB 156 41 120 -
CMYK 0 0.74 0.23 0.39
HSL 318.78º 0.58% 0.39% -
HSV(B) 318.78º 0.74% 0.61% -
XYZ 17.89 10.01 18.76 -
YUV 84.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 156 41 120 0 0.74 0.23 0.39 318.78 0.58 0.39
Hex 9C 29 78 0 4A 17 27 13F 3A 27
Octal 234 51 170 0 112 27 47 477 72 47
Binary 10011100 101001 1111000 0 1001010 10111 100111 100111111 111010 100111

Color Harmonies of #9C2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2978

Black with #9C2978

Text Example


Text Example

White with #9C2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,41,120); }

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

background-color css

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

 a { background-color: rgb(156,41,120); }

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

border-color css

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

 span { border-color: rgb(156,41,120); }

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