#9D2782

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

Shades of Dark Purple #9D2782

Tints of Dark Purple #9D2782

Color information

#9D2782 (or 0x9D2782) is unknown color: approx Dark Purple. HEX triplet: 9D, 27 and 82. RGB value is (157,39,130). Sum of RGB (Red+Green+Blue) = 157+39+130=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2782 is #62D87D. Grayscale: #545454. Windows color (decimal): -6477950 or 8529821. OLE color: 8529821.

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

Color convert

RGB15739130-
CMYK00.750.170.38
HSL313.73º60.2%38.43%-
HSV(B)313.73º75.16%61.57%-
XYZ18.6610.2322.11-
YUV84.66153.59179.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.16%
GREEN value IS 39 (15.62% from 255) = 11.96%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=48.16%
G=11.96%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573913000.750.170.38313.7360.238.43
Hex9D278204B112613a3c26
Octal23547202011321464727446
Binary10011101100111100000100100101110001100110100111010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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