Html Css Color HEX #9C2D70 Dark Purple

📋 copy color: '#9C2D70'

red 156 ◦ green 45 ◦ blue 112

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

Shades of Dark Purple #9C2D70

Tints of Dark Purple #9C2D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.38%

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

R = 49.84%
G = 14.38%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C2D70 (or 0x9C2D70) is known color: Dark Purple. HEX triplet: 9C, 2D and 70. RGB value is (156,45,112). Sum of RGB (Red+Green+Blue) = 156+45+112=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2D70 is #63D28F. Grayscale: #555555. Windows color (decimal): -6541968 or 7351708. OLE color: 7351708.

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

Color convert

RGB 156 45 112 -
CMYK 0 0.71 0.28 0.39
HSL 323.78º 0.55% 0.39% -
HSV(B) 323.78º 0.71% 0.61% -
XYZ 17.57 10.11 16.36 -
YUV 85.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 156 45 112 0 0.71 0.28 0.39 323.78 0.55 0.39
Hex 9C 2D 70 0 47 1C 27 144 37 27
Octal 234 55 160 0 107 34 47 504 67 47
Binary 10011100 101101 1110000 0 1000111 11100 100111 101000100 110111 100111

Color Harmonies of #9C2D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2D70

Black with #9C2D70

Text Example


Text Example

White with #9C2D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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