#993385

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

Shades of Dark Purple #993385

Tints of Dark Purple #993385

Color information

#993385 (or 0x993385) is unknown color: approx Dark Purple. HEX triplet: 99, 33 and 85. RGB value is (153,51,133). Sum of RGB (Red+Green+Blue) = 153+51+133=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #993385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993385 is #66CC7A. Grayscale: #5A5A5A. Windows color (decimal): -6737019 or 8729497. OLE color: 8729497.

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

Color convert

RGB15351133-
CMYK00.670.130.4
HSL311.76º50%40%-
HSV(B)311.76º66.67%60%-
XYZ18.5510.8323.3-
YUV90.85151.79172.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=45.40%
G=15.13%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535113300.670.130.4311.765040
Hex993385043D281383228
Octal23163205010315504706250
Binary1001100111001110000101010000111101101000100111000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993385; }

 p { color: rgb(153,51,133); }

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

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

 a { background-color: rgb(153,51,133); }

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

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

 span { border-color: rgb(153,51,133); }

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