Html Css Color HEX #9C2B70 Dark Purple

📋 copy color: '#9C2B70'

red 156 ◦ green 43 ◦ blue 112

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

Shades of Dark Purple #9C2B70

Tints of Dark Purple #9C2B70

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

 BLUE value IS 112 (44.14% from 255) = 36.01%

R = 50.16%
G = 13.83%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C2B70 (or 0x9C2B70) is known color: Dark Purple. HEX triplet: 9C, 2B and 70. RGB value is (156,43,112). Sum of RGB (Red+Green+Blue) = 156+43+112=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B70 is #63D48F. Grayscale: #545454. Windows color (decimal): -6542480 or 7351196. OLE color: 7351196.

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

Color convert

RGB 156 43 112 -
CMYK 0 0.72 0.28 0.39
HSL 323.36º 0.57% 0.39% -
HSV(B) 323.36º 0.72% 0.61% -
XYZ 17.5 9.97 16.33 -
YUV 84.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 156 43 112 0 0.72 0.28 0.39 323.36 0.57 0.39
Hex 9C 2B 70 0 48 1C 27 143 39 27
Octal 234 53 160 0 110 34 47 503 71 47
Binary 10011100 101011 1110000 0 1001000 11100 100111 101000011 111001 100111

Color Harmonies of #9C2B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2B70

Black with #9C2B70

Text Example


Text Example

White with #9C2B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,43,112); }

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

background-color css

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

 a { background-color: rgb(156,43,112); }

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

border-color css

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

 span { border-color: rgb(156,43,112); }

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