Html Css Color HEX #9D187C Dark Purple

📋 copy color: '#9D187C'

red 157 ◦ green 24 ◦ blue 124

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

Shades of Dark Purple #9D187C

Tints of Dark Purple #9D187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

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

R = 51.48%
G = 7.87%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D187C (or 0x9D187C) is known color: Dark Purple. HEX triplet: 9D, 18 and 7C. RGB value is (157,24,124). Sum of RGB (Red+Green+Blue) = 157+24+124=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D187C is #62E783. Grayscale: #4A4A4A. Windows color (decimal): -6481796 or 8132765. OLE color: 8132765.

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

Color convert

RGB 157 24 124 -
CMYK 0 0.85 0.21 0.38
HSL 314.89º 0.73% 0.35% -
HSV(B) 314.89º 0.85% 0.62% -
XYZ 17.87 9.28 19.92 -
YUV 75.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 157 24 124 0 0.85 0.21 0.38 314.89 0.73 0.35
Hex 9D 18 7C 0 55 15 26 13B 49 23
Octal 235 30 174 0 125 25 46 473 111 43
Binary 10011101 11000 1111100 0 1010101 10101 100110 100111011 1001001 100011

Color Harmonies of #9D187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D187C

Black with #9D187C

Text Example


Text Example

White with #9D187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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