#993394

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

Shades of Vivid Violet #993394

Tints of Vivid Violet #993394

Color information

#993394 (or 0x993394) is unknown color: approx Vivid Violet. HEX triplet: 99, 33 and 94. RGB value is (153,51,148). Sum of RGB (Red+Green+Blue) = 153+51+148=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #993394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993394 is #66CC6B. Grayscale: #5C5C5C. Windows color (decimal): -6737004 or 9712537. OLE color: 9712537.

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

Color convert

RGB15351148-
CMYK00.670.030.4
HSL302.94º50%40%-
HSV(B)302.94º66.67%60%-
XYZ19.6711.2829.16-
YUV92.56159.29171.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 51 (20.31% from 255) = 14.49%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=43.47%
G=14.49%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535114800.670.030.4302.945040
Hex99339404332812f3228
Octal2316322401033504576250
Binary10011001110011100101000100001111101000100101111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993394; }

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

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

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

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

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

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

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

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