#9D1E88

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

Shades of Dark Purple #9D1E88

Tints of Dark Purple #9D1E88

Color information

#9D1E88 (or 0x9D1E88) is unknown color: approx Dark Purple. HEX triplet: 9D, 1E and 88. RGB value is (157,30,136). Sum of RGB (Red+Green+Blue) = 157+30+136=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1E88 is #62E177. Grayscale: #4F4F4F. Windows color (decimal): -6480248 or 8920733. OLE color: 8920733.

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

Color convert

RGB15730136-
CMYK00.810.130.38
HSL309.92º67.91%36.67%-
HSV(B)309.92º80.89%61.57%-
XYZ18.819.8724.21-
YUV80.06159.58182.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.61%
GREEN value IS 30 (12.11% from 255) = 9.29%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=48.61%
G=9.29%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573013600.810.130.38309.9267.9136.67
Hex9D1E88051D261364425
Octal235362100121154646610445
Binary1001110111110100010000101000111011001101001101101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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