#993399

Color #993399 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #993399

Tints of Vivid Violet #993399

Color information

#993399 (or 0x993399) is unknown color: approx Vivid Violet. HEX triplet: 99, 33 and 99. RGB value is (153,51,153). Sum of RGB (Red+Green+Blue) = 153+51+153=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #993399 is a web safe color. Inversed color of #993399 is #66CC66. Grayscale: #5C5C5C. Windows color (decimal): -6736999 or 10040217. OLE color: 10040217.

HSL color Cylindrical-coordinate representation of color #993399: hue angle of 300º 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 #993399 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15351153-
CMYK00.6700.4
HSL300º50%40%-
HSV(B)300º66.67%60%-
XYZ20.0711.4431.29-
YUV93.13161.79170.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=42.86%
G=14.29%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535115300.6700.43005040
Hex99339904302812c3228
Octal2316323101030504546250
Binary1001100111001110011001010000110101000100101100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993399; }

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

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

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

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

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

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

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

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