Html Css Color HEX #9C1972 Dark Purple

📋 copy color: '#9C1972'

red 156 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #9C1972

Tints of Dark Purple #9C1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 52.88%
G = 8.47%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C1972 (or 0x9C1972) is known color: Dark Purple. HEX triplet: 9C, 19 and 72. RGB value is (156,25,114). Sum of RGB (Red+Green+Blue) = 156+25+114=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1972 is #63E68D. Grayscale: #4A4A4A. Windows color (decimal): -6547086 or 7477660. OLE color: 7477660.

HSL color Cylindrical-coordinate representation of color #9C1972: hue angle of 319.24º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1972 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 25 114 -
CMYK 0 0.84 0.27 0.39
HSL 319.24º 0.72% 0.35% -
HSV(B) 319.24º 0.84% 0.61% -
XYZ 17.1 8.98 16.75 -
YUV 74.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 156 25 114 0 0.84 0.27 0.39 319.24 0.72 0.35
Hex 9C 19 72 0 54 1B 27 13F 48 23
Octal 234 31 162 0 124 33 47 477 110 43
Binary 10011100 11001 1110010 0 1010100 11011 100111 100111111 1001000 100011

Color Harmonies of #9C1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1972

Black with #9C1972

Text Example


Text Example

White with #9C1972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,25,114); }

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

background-color css

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

 a { background-color: rgb(156,25,114); }

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

border-color css

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

 span { border-color: rgb(156,25,114); }

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