Html Css Color HEX #9D1880 Dark Purple

📋 copy color: '#9D1880'

red 157 ◦ green 24 ◦ blue 128

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

Shades of Dark Purple #9D1880

Tints of Dark Purple #9D1880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 50.81%
G = 7.77%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D1880 (or 0x9D1880) is known color: Dark Purple. HEX triplet: 9D, 18 and 80. RGB value is (157,24,128). Sum of RGB (Red+Green+Blue) = 157+24+128=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1880 is #62E77F. Grayscale: #4B4B4B. Windows color (decimal): -6481792 or 8394909. OLE color: 8394909.

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

Color convert

RGB 157 24 128 -
CMYK 0 0.85 0.18 0.38
HSL 313.08º 0.73% 0.35% -
HSV(B) 313.08º 0.85% 0.62% -
XYZ 18.13 9.38 21.28 -
YUV 75.62 157.56 186.04 -
System Red Green Blue C M Y K H S L
Decimal 157 24 128 0 0.85 0.18 0.38 313.08 0.73 0.35
Hex 9D 18 80 0 55 12 26 139 49 23
Octal 235 30 200 0 125 22 46 471 111 43
Binary 10011101 11000 10000000 0 1010101 10010 100110 100111001 1001001 100011

Color Harmonies of #9D1880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1880

Black with #9D1880

Text Example


Text Example

White with #9D1880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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