Html Css Color HEX #9C1C71 Dark Purple

📋 copy color: '#9C1C71'

red 156 ◦ green 28 ◦ blue 113

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

Shades of Dark Purple #9C1C71

Tints of Dark Purple #9C1C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.43%

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 52.53%
G = 9.43%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C1C71 (or 0x9C1C71) is known color: Dark Purple. HEX triplet: 9C, 1C and 71. RGB value is (156,28,113). Sum of RGB (Red+Green+Blue) = 156+28+113=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1C71 is #63E38E. Grayscale: #4B4B4B. Windows color (decimal): -6546319 or 7412892. OLE color: 7412892.

HSL color Cylindrical-coordinate representation of color #9C1C71: hue angle of 320.16º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C1C71 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 28 113 -
CMYK 0 0.82 0.28 0.39
HSL 320.16º 0.7% 0.36% -
HSV(B) 320.16º 0.82% 0.61% -
XYZ 17.11 9.09 16.48 -
YUV 75.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 156 28 113 0 0.82 0.28 0.39 320.16 0.7 0.36
Hex 9C 1C 71 0 52 1C 27 140 46 24
Octal 234 34 161 0 122 34 47 500 106 44
Binary 10011100 11100 1110001 0 1010010 11100 100111 101000000 1000110 100100

Color Harmonies of #9C1C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1C71

Black with #9C1C71

Text Example


Text Example

White with #9C1C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,28,113); }

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

background-color css

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

 a { background-color: rgb(156,28,113); }

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

border-color css

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

 span { border-color: rgb(156,28,113); }

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