Html Css Color HEX #9C2379 Dark Purple

📋 copy color: '#9C2379'

red 156 ◦ green 35 ◦ blue 121

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

Shades of Dark Purple #9C2379

Tints of Dark Purple #9C2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

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

R = 50%
G = 11.22%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C2379 (or 0x9C2379) is known color: Dark Purple. HEX triplet: 9C, 23 and 79. RGB value is (156,35,121). Sum of RGB (Red+Green+Blue) = 156+35+121=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2379 is #63DC86. Grayscale: #505050. Windows color (decimal): -6544519 or 7938972. OLE color: 7938972.

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

Color convert

RGB 156 35 121 -
CMYK 0 0.78 0.22 0.39
HSL 317.36º 0.63% 0.37% -
HSV(B) 317.36º 0.78% 0.61% -
XYZ 17.76 9.65 19.02 -
YUV 80.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 156 35 121 0 0.78 0.22 0.39 317.36 0.63 0.37
Hex 9C 23 79 0 4E 16 27 13D 3F 25
Octal 234 43 171 0 116 26 47 475 77 45
Binary 10011100 100011 1111001 0 1001110 10110 100111 100111101 111111 100101

Color Harmonies of #9C2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2379

Black with #9C2379

Text Example


Text Example

White with #9C2379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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