#9D2D88

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

Shades of Dark Purple #9D2D88

Tints of Dark Purple #9D2D88

Color information

#9D2D88 (or 0x9D2D88) is unknown color: approx Dark Purple. HEX triplet: 9D, 2D and 88. RGB value is (157,45,136). Sum of RGB (Red+Green+Blue) = 157+45+136=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2D88 is #62D277. Grayscale: #585858. Windows color (decimal): -6476408 or 8924573. OLE color: 8924573.

HSL color Cylindrical-coordinate representation of color #9D2D88: hue angle of 311.25º 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 #9D2D88 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB15745136-
CMYK00.710.130.38
HSL311.25º55.45%39.61%-
HSV(B)311.25º71.34%61.57%-
XYZ19.2910.8224.36-
YUV88.86154.61176.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.45%
GREEN value IS 45 (17.97% from 255) = 13.31%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=46.45%
G=13.31%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574513600.710.130.38311.2555.4539.61
Hex9D2D88047D261373728
Octal23555210010715464676750
Binary1001110110110110001000010001111101100110100110111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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