#9D2D86

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

Shades of Dark Purple #9D2D86

Tints of Dark Purple #9D2D86

Color information

#9D2D86 (or 0x9D2D86) is unknown color: approx Dark Purple. HEX triplet: 9D, 2D and 86. RGB value is (157,45,134). Sum of RGB (Red+Green+Blue) = 157+45+134=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2D86 is #62D279. Grayscale: #585858. Windows color (decimal): -6476410 or 8793501. OLE color: 8793501.

HSL color Cylindrical-coordinate representation of color #9D2D86: hue angle of 312.32º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D2D86 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB15745134-
CMYK00.710.150.38
HSL312.32º55.45%39.61%-
HSV(B)312.32º71.34%61.57%-
XYZ19.1510.7723.62-
YUV88.63153.61176.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.73%
GREEN value IS 45 (17.97% from 255) = 13.39%
BLUE value IS 134 (52.73% from 255) = 39.88%
R=46.73%
G=13.39%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574513400.710.150.38312.3255.4539.61
Hex9D2D86047F261383728
Octal23555206010717464706750
Binary1001110110110110000110010001111111100110100111000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,45,134); }

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

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

 a { background-color: rgb(157,45,134); }

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

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

 span { border-color: rgb(157,45,134); }

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