#993487

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

Shades of Dark Purple #993487

Tints of Dark Purple #993487

Color information

#993487 (or 0x993487) is unknown color: approx Dark Purple. HEX triplet: 99, 34 and 87. RGB value is (153,52,135). Sum of RGB (Red+Green+Blue) = 153+52+135=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #993487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993487 is #66CB78. Grayscale: #5B5B5B. Windows color (decimal): -6736761 or 8860825. OLE color: 8860825.

HSL color Cylindrical-coordinate representation of color #993487: hue angle of 310.69º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993487 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB15352135-
CMYK00.660.120.4
HSL310.69º49.27%40.2%-
HSV(B)310.69º66.01%60%-
XYZ18.7410.9824.05-
YUV91.66152.46171.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 52 (20.70% from 255) = 15.29%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=45%
G=15.29%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535213500.660.120.4310.6949.2740.2
Hex993487042C281373128
Octal23164207010214504676150
Binary1001100111010010000111010000101100101000100110111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993487; }

 p { color: rgb(153,52,135); }

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

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

 a { background-color: rgb(153,52,135); }

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

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

 span { border-color: rgb(153,52,135); }

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