Html Css Color HEX #9D1988 Dark Purple

📋 copy color: '#9D1988'

red 157 ◦ green 25 ◦ blue 136

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

Shades of Dark Purple #9D1988

Tints of Dark Purple #9D1988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 49.37%
G = 7.86%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D1988 (or 0x9D1988) is known color: Dark Purple. HEX triplet: 9D, 19 and 88. RGB value is (157,25,136). Sum of RGB (Red+Green+Blue) = 157+25+136=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1988 is #62E677. Grayscale: #4C4C4C. Windows color (decimal): -6481528 or 8919453. OLE color: 8919453.

HSL color Cylindrical-coordinate representation of color #9D1988: hue angle of 309.55º 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 #9D1988 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 25 136 -
CMYK 0 0.84 0.13 0.38
HSL 309.55º 0.73% 0.36% -
HSV(B) 309.55º 0.84% 0.62% -
XYZ 18.7 9.64 24.17 -
YUV 77.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 157 25 136 0 0.84 0.13 0.38 309.55 0.73 0.36
Hex 9D 19 88 0 54 D 26 136 49 24
Octal 235 31 210 0 124 15 46 466 111 44
Binary 10011101 11001 10001000 0 1010100 1101 100110 100110110 1001001 100100

Color Harmonies of #9D1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1988

Black with #9D1988

Text Example


Text Example

White with #9D1988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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