#993A93

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

Shades of Vivid Violet #993A93

Tints of Vivid Violet #993A93

Color information

#993A93 (or 0x993A93) is unknown color: approx Vivid Violet. HEX triplet: 99, 3A and 93. RGB value is (153,58,147). Sum of RGB (Red+Green+Blue) = 153+58+147=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #993A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993A93 is #66C56C. Grayscale: #606060. Windows color (decimal): -6735213 or 9648793. OLE color: 9648793.

HSL color Cylindrical-coordinate representation of color #993A93: hue angle of 303.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993A93 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB15358147-
CMYK00.620.040.4
HSL303.79º45.02%41.37%-
HSV(B)303.79º62.09%60%-
XYZ19.9211.9128.85-
YUV96.55156.47168.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 58 (23.05% from 255) = 16.20%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=42.74%
G=16.20%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535814700.620.040.4303.7945.0241.37
Hex993A9303E4281302d29
Octal231722230764504605551
Binary10011001111010100100110111110100101000100110000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993A93; }

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

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

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

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

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

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

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

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