#9D2988

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

Shades of Dark Purple #9D2988

Tints of Dark Purple #9D2988

Color information

#9D2988 (or 0x9D2988) is unknown color: approx Dark Purple. HEX triplet: 9D, 29 and 88. RGB value is (157,41,136). Sum of RGB (Red+Green+Blue) = 157+41+136=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2988 is #62D677. Grayscale: #565656. Windows color (decimal): -6477432 or 8923549. OLE color: 8923549.

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

Color convert

RGB15741136-
CMYK00.740.130.38
HSL310.86º58.59%38.82%-
HSV(B)310.86º73.89%61.57%-
XYZ19.1410.5324.32-
YUV86.51155.93178.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.01%
GREEN value IS 41 (16.41% from 255) = 12.28%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=47.01%
G=12.28%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574113600.740.130.38310.8658.5938.82
Hex9D298804AD261373b27
Octal23551210011215464677347
Binary1001110110100110001000010010101101100110100110111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,41,136); }

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

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

 a { background-color: rgb(157,41,136); }

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

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

 span { border-color: rgb(157,41,136); }

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