#9D1480

Color #9D1480 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9D1480

Tints of Dark Purple #9D1480

Color information

#9D1480 (or 0x9D1480) is unknown color: approx Dark Purple. HEX triplet: 9D, 14 and 80. RGB value is (157,20,128). Sum of RGB (Red+Green+Blue) = 157+20+128=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1480 is #62EB7F. Grayscale: #484848. Windows color (decimal): -6482816 or 8393885. OLE color: 8393885.

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

Color convert

RGB15720128-
CMYK00.870.180.38
HSL312.7º77.4%34.71%-
HSV(B)312.7º87.26%61.57%-
XYZ18.059.2321.25-
YUV73.27158.89187.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.48%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 128 (50.39% from 255) = 41.97%
R=51.48%
G=6.56%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572012800.870.180.38312.777.434.71
Hex9D148005712261394d23
Octal235242000127224647111543
Binary10011101101001000000001010111100101001101001110011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D1480;
 }
 .AnyTagClassName
 {
   color: #9D1480;
 }
</style>
background-color css

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

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

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

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

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

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