#993496

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

Shades of Vivid Violet #993496

Tints of Vivid Violet #993496

Color information

#993496 (or 0x993496) is unknown color: approx Vivid Violet. HEX triplet: 99, 34 and 96. RGB value is (153,52,150). Sum of RGB (Red+Green+Blue) = 153+52+150=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #993496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993496 is #66CB69. Grayscale: #5D5D5D. Windows color (decimal): -6736746 or 9843865. OLE color: 9843865.

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

Color convert

RGB15352150-
CMYK00.660.020.4
HSL301.78º49.27%40.2%-
HSV(B)301.78º66.01%60%-
XYZ19.8711.4330.01-
YUV93.37159.96170.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=43.10%
G=14.65%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535215000.660.020.4301.7849.2740.2
Hex99349604222812e3128
Octal2316422601022504566150
Binary10011001110100100101100100001010101000100101110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993496; }

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

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

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

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

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

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

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

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