#994599

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

Shades of Violet Blue #994599

Tints of Violet Blue #994599

Color information

#994599 (or 0x994599) is unknown color: approx Violet Blue. HEX triplet: 99, 45 and 99. RGB value is (153,69,153). Sum of RGB (Red+Green+Blue) = 153+69+153=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #994599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994599 is #66BA66. Grayscale: #676767. Windows color (decimal): -6732391 or 10044825. OLE color: 10044825.

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

Color convert

RGB15369153-
CMYK00.5500.4
HSL300º37.84%43.53%-
HSV(B)300º54.9%60%-
XYZ21.0113.3331.6-
YUV103.69155.83163.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 153 (60.16% from 255) = 40.8%
R=40.8%
G=18.4%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536915300.5500.430037.8443.53
Hex99459903702812c262c
Octal2311052310670504544654
Binary1001100110001011001100101101110101000100101100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994599; }

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

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

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

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

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

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

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

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