#993294

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

Shades of Vivid Violet #993294

Tints of Vivid Violet #993294

Color information

#993294 (or 0x993294) is unknown color: approx Vivid Violet. HEX triplet: 99, 32 and 94. RGB value is (153,50,148). Sum of RGB (Red+Green+Blue) = 153+50+148=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #993294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993294 is #66CD6B. Grayscale: #5B5B5B. Windows color (decimal): -6737260 or 9712281. OLE color: 9712281.

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

Color convert

RGB15350148-
CMYK00.670.030.4
HSL302.91º50.74%39.8%-
HSV(B)302.91º67.32%60%-
XYZ19.6211.1929.14-
YUV91.97159.62171.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 50 (19.92% from 255) = 14.25%
BLUE value IS 148 (58.20% from 255) = 42.17%
R=43.59%
G=14.25%
B=42.17%

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
Decimal1535014800.670.030.4302.9150.7439.8
Hex99329404332812f3328
Octal2316222401033504576350
Binary10011001110010100101000100001111101000100101111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993294; }

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

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

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

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

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

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

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

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