#946799

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

Shades of Violet Blue #946799

Tints of Violet Blue #946799

Color information

#946799 (or 0x946799) is unknown color: approx Violet Blue. HEX triplet: 94, 67 and 99. RGB value is (148,103,153). Sum of RGB (Red+Green+Blue) = 148+103+153=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #946799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946799 is #6B9866. Grayscale: #797979. Windows color (decimal): -7051367 or 10053524. OLE color: 10053524.

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

Color convert

RGB148103153-
CMYK0.030.3300.4
HSL294º19.69%50.2%-
HSV(B)294º32.68%60%-
XYZ22.8118.332.47-
YUV122.16145.41146.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=36.63%
G=25.50%
B=37.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481031530.030.3300.429419.6950.2
Hex9467993210281261432
Octal2241472313410504462462
Binary1001010011001111001100111100001010100010010011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946799; }

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

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

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

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

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

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

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

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