Html Css Color HEX #9C2879 Dark Purple

📋 copy color: '#9C2879'

red 156 ◦ green 40 ◦ blue 121

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

Shades of Dark Purple #9C2879

Tints of Dark Purple #9C2879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.62%

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 49.21%
G = 12.62%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C2879 (or 0x9C2879) is known color: Dark Purple. HEX triplet: 9C, 28 and 79. RGB value is (156,40,121). Sum of RGB (Red+Green+Blue) = 156+40+121=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2879 is #63D786. Grayscale: #535353. Windows color (decimal): -6543239 or 7940252. OLE color: 7940252.

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

Color convert

RGB 156 40 121 -
CMYK 0 0.74 0.22 0.39
HSL 318.1º 0.59% 0.38% -
HSV(B) 318.1º 0.74% 0.61% -
XYZ 17.92 9.97 19.07 -
YUV 83.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 156 40 121 0 0.74 0.22 0.39 318.1 0.59 0.38
Hex 9C 28 79 0 4A 16 27 13E 3B 26
Octal 234 50 171 0 112 26 47 476 73 46
Binary 10011100 101000 1111001 0 1001010 10110 100111 100111110 111011 100110

Color Harmonies of #9C2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2879

Black with #9C2879

Text Example


Text Example

White with #9C2879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,40,121); }

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

background-color css

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

 a { background-color: rgb(156,40,121); }

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

border-color css

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

 span { border-color: rgb(156,40,121); }

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