Html Css Color HEX #9D197C Dark Purple

📋 copy color: '#9D197C'

red 157 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #9D197C

Tints of Dark Purple #9D197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 51.31%
G = 8.17%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D197C (or 0x9D197C) is known color: Dark Purple. HEX triplet: 9D, 19 and 7C. RGB value is (157,25,124). Sum of RGB (Red+Green+Blue) = 157+25+124=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D197C is #62E683. Grayscale: #4B4B4B. Windows color (decimal): -6481540 or 8133021. OLE color: 8133021.

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

Color convert

RGB 157 25 124 -
CMYK 0 0.84 0.21 0.38
HSL 315º 0.73% 0.36% -
HSV(B) 315º 0.84% 0.62% -
XYZ 17.89 9.32 19.92 -
YUV 75.75 155.23 185.95 -
System Red Green Blue C M Y K H S L
Decimal 157 25 124 0 0.84 0.21 0.38 315 0.73 0.36
Hex 9D 19 7C 0 54 15 26 13B 49 24
Octal 235 31 174 0 124 25 46 473 111 44
Binary 10011101 11001 1111100 0 1010100 10101 100110 100111011 1001001 100100

Color Harmonies of #9D197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D197C

Black with #9D197C

Text Example


Text Example

White with #9D197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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