#9D1682

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

Shades of Dark Purple #9D1682

Tints of Dark Purple #9D1682

Color information

#9D1682 (or 0x9D1682) is unknown color: approx Dark Purple. HEX triplet: 9D, 16 and 82. RGB value is (157,22,130). Sum of RGB (Red+Green+Blue) = 157+22+130=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1682 is #62E97D. Grayscale: #4A4A4A. Windows color (decimal): -6482302 or 8525469. OLE color: 8525469.

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

Color convert

RGB15722130-
CMYK00.860.170.38
HSL312º75.42%35.1%-
HSV(B)312º85.99%61.57%-
XYZ18.229.3521.96-
YUV74.68159.23186.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.81%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 130 (51.17% from 255) = 42.07%
R=50.81%
G=7.12%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572213000.860.170.3831275.4235.1
Hex9D168205611261384b23
Octal235262020126214647011343
Binary10011101101101000001001010110100011001101001110001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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