Html Css Color HEX #9C157C Dark Purple

📋 copy color: '#9C157C'

red 156 ◦ green 21 ◦ blue 124

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

Shades of Dark Purple #9C157C

Tints of Dark Purple #9C157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 51.83%
G = 6.98%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C157C (or 0x9C157C) is known color: Dark Purple. HEX triplet: 9C, 15 and 7C. RGB value is (156,21,124). Sum of RGB (Red+Green+Blue) = 156+21+124=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C157C is #63EA83. Grayscale: #484848. Windows color (decimal): -6548100 or 8131996. OLE color: 8131996.

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

Color convert

RGB 156 21 124 -
CMYK 0 0.87 0.21 0.39
HSL 314.22º 0.76% 0.35% -
HSV(B) 314.22º 0.87% 0.61% -
XYZ 17.62 9.06 19.89 -
YUV 73.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 156 21 124 0 0.87 0.21 0.39 314.22 0.76 0.35
Hex 9C 15 7C 0 57 15 27 13A 4C 23
Octal 234 25 174 0 127 25 47 472 114 43
Binary 10011100 10101 1111100 0 1010111 10101 100111 100111010 1001100 100011

Color Harmonies of #9C157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C157C

Black with #9C157C

Text Example


Text Example

White with #9C157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,21,124); }

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

background-color css

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

 a { background-color: rgb(156,21,124); }

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

border-color css

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

 span { border-color: rgb(156,21,124); }

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