#993493

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

Shades of Vivid Violet #993493

Tints of Vivid Violet #993493

Color information

#993493 (or 0x993493) is unknown color: approx Vivid Violet. HEX triplet: 99, 34 and 93. RGB value is (153,52,147). Sum of RGB (Red+Green+Blue) = 153+52+147=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #993493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993493 is #66CB6C. Grayscale: #5C5C5C. Windows color (decimal): -6736749 or 9647257. OLE color: 9647257.

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

Color convert

RGB15352147-
CMYK00.660.040.4
HSL303.56º49.27%40.2%-
HSV(B)303.56º66.01%60%-
XYZ19.6311.3328.76-
YUV93.03158.46170.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 52 (20.70% from 255) = 14.77%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=43.47%
G=14.77%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535214700.660.040.4303.5649.2740.2
Hex9934930424281303128
Octal2316422301024504606150
Binary100110011101001001001101000010100101000100110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993493; }

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

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

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

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

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

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

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

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