Html Css Color HEX #9D1975 Dark Purple

📋 copy color: '#9D1975'

red 157 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #9D1975

Tints of Dark Purple #9D1975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 52.51%
G = 8.36%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D1975 (or 0x9D1975) is known color: Dark Purple. HEX triplet: 9D, 19 and 75. RGB value is (157,25,117). Sum of RGB (Red+Green+Blue) = 157+25+117=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1975 is #62E68A. Grayscale: #4A4A4A. Windows color (decimal): -6481547 or 7674269. OLE color: 7674269.

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

Color convert

RGB 157 25 117 -
CMYK 0 0.84 0.25 0.38
HSL 318.18º 0.73% 0.36% -
HSV(B) 318.18º 0.84% 0.62% -
XYZ 17.46 9.15 17.67 -
YUV 74.96 151.73 186.52 -
System Red Green Blue C M Y K H S L
Decimal 157 25 117 0 0.84 0.25 0.38 318.18 0.73 0.36
Hex 9D 19 75 0 54 19 26 13E 49 24
Octal 235 31 165 0 124 31 46 476 111 44
Binary 10011101 11001 1110101 0 1010100 11001 100110 100111110 1001001 100100

Color Harmonies of #9D1975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1975

Black with #9D1975

Text Example


Text Example

White with #9D1975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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