Html Css Color HEX #9D1982 Dark Purple

📋 copy color: '#9D1982'

red 157 ◦ green 25 ◦ blue 130

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

Shades of Dark Purple #9D1982

Tints of Dark Purple #9D1982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 50.32%
G = 8.01%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D1982 (or 0x9D1982) is known color: Dark Purple. HEX triplet: 9D, 19 and 82. RGB value is (157,25,130). Sum of RGB (Red+Green+Blue) = 157+25+130=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1982 is #62E67D. Grayscale: #4C4C4C. Windows color (decimal): -6481534 or 8526237. OLE color: 8526237.

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

Color convert

RGB 157 25 130 -
CMYK 0 0.84 0.17 0.38
HSL 312.27º 0.73% 0.36% -
HSV(B) 312.27º 0.84% 0.62% -
XYZ 18.28 9.48 21.98 -
YUV 76.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 157 25 130 0 0.84 0.17 0.38 312.27 0.73 0.36
Hex 9D 19 82 0 54 11 26 138 49 24
Octal 235 31 202 0 124 21 46 470 111 44
Binary 10011101 11001 10000010 0 1010100 10001 100110 100111000 1001001 100100

Color Harmonies of #9D1982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1982

Black with #9D1982

Text Example


Text Example

White with #9D1982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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