#994299

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

Shades of Violet Blue #994299

Tints of Violet Blue #994299

Color information

#994299 (or 0x994299) is unknown color: approx Violet Blue. HEX triplet: 99, 42 and 99. RGB value is (153,66,153). Sum of RGB (Red+Green+Blue) = 153+66+153=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #994299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994299 is #66BD66. Grayscale: #656565. Windows color (decimal): -6733159 or 10044057. OLE color: 10044057.

HSL color Cylindrical-coordinate representation of color #994299: hue angle of 300º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994299 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15366153-
CMYK00.5700.4
HSL300º39.73%42.94%-
HSV(B)300º56.86%60%-
XYZ20.8312.9731.54-
YUV101.93156.82164.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=41.13%
G=17.74%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536615300.5700.430039.7342.94
Hex99429903902812c282b
Octal2311022310710504545053
Binary1001100110000101001100101110010101000100101100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994299; }

 p { color: rgb(153,66,153); }

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

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

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

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

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

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

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