Html Css Color HEX #9D157C Dark Purple

📋 copy color: '#9D157C'

red 157 ◦ green 21 ◦ blue 124

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

Shades of Dark Purple #9D157C

Tints of Dark Purple #9D157C

RGB

 RED value IS 157 (61.72% from 255) = 51.99%

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

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

R = 51.99%
G = 6.95%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D157C (or 0x9D157C) is known color: Dark Purple. HEX triplet: 9D, 15 and 7C. RGB value is (157,21,124). Sum of RGB (Red+Green+Blue) = 157+21+124=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D157C is #62EA83. Grayscale: #494949. Windows color (decimal): -6482564 or 8131997. OLE color: 8131997.

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

Color convert

RGB 157 21 124 -
CMYK 0 0.87 0.21 0.38
HSL 314.56º 0.76% 0.35% -
HSV(B) 314.56º 0.87% 0.62% -
XYZ 17.81 9.16 19.9 -
YUV 73.41 156.56 187.62 -
System Red Green Blue C M Y K H S L
Decimal 157 21 124 0 0.87 0.21 0.38 314.56 0.76 0.35
Hex 9D 15 7C 0 57 15 26 13B 4C 23
Octal 235 25 174 0 127 25 46 473 114 43
Binary 10011101 10101 1111100 0 1010111 10101 100110 100111011 1001100 100011

Color Harmonies of #9D157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D157C

Black with #9D157C

Text Example


Text Example

White with #9D157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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