#9D2B84

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

Shades of Dark Purple #9D2B84

Tints of Dark Purple #9D2B84

Color information

#9D2B84 (or 0x9D2B84) is unknown color: approx Dark Purple. HEX triplet: 9D, 2B and 84. RGB value is (157,43,132). Sum of RGB (Red+Green+Blue) = 157+43+132=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2B84 is #62D47B. Grayscale: #565656. Windows color (decimal): -6476924 or 8661917. OLE color: 8661917.

HSL color Cylindrical-coordinate representation of color #9D2B84: hue angle of 313.16º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2B84 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15743132-
CMYK00.730.160.38
HSL313.16º57%39.22%-
HSV(B)313.16º72.61%61.57%-
XYZ18.9310.5622.87-
YUV87.23153.27177.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.29%
GREEN value IS 43 (17.19% from 255) = 12.95%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=47.29%
G=12.95%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574313200.730.160.38313.165739.22
Hex9D2B8404910261393927
Octal23553204011120464717147
Binary10011101101011100001000100100110000100110100111001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,43,132); }

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

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

 a { background-color: rgb(157,43,132); }

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

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

 span { border-color: rgb(157,43,132); }

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