Html Css Color HEX #9C2071 Dark Purple

📋 copy color: '#9C2071'

red 156 ◦ green 32 ◦ blue 113

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

Shades of Dark Purple #9C2071

Tints of Dark Purple #9C2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 51.83%
G = 10.63%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C2071 (or 0x9C2071) is known color: Dark Purple. HEX triplet: 9C, 20 and 71. RGB value is (156,32,113). Sum of RGB (Red+Green+Blue) = 156+32+113=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2071 is #63DF8E. Grayscale: #4E4E4E. Windows color (decimal): -6545295 or 7413916. OLE color: 7413916.

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

Color convert

RGB 156 32 113 -
CMYK 0 0.79 0.28 0.39
HSL 320.81º 0.66% 0.37% -
HSV(B) 320.81º 0.79% 0.61% -
XYZ 17.21 9.29 16.51 -
YUV 78.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 156 32 113 0 0.79 0.28 0.39 320.81 0.66 0.37
Hex 9C 20 71 0 4F 1C 27 141 42 25
Octal 234 40 161 0 117 34 47 501 102 45
Binary 10011100 100000 1110001 0 1001111 11100 100111 101000001 1000010 100101

Color Harmonies of #9C2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2071

Black with #9C2071

Text Example


Text Example

White with #9C2071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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