#946699

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

Shades of Violet Blue #946699

Tints of Violet Blue #946699

Color information

#946699 (or 0x946699) is unknown color: approx Violet Blue. HEX triplet: 94, 66 and 99. RGB value is (148,102,153). Sum of RGB (Red+Green+Blue) = 148+102+153=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #946699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946699 is #6B9966. Grayscale: #797979. Windows color (decimal): -7051623 or 10053268. OLE color: 10053268.

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

Color convert

RGB148102153-
CMYK0.030.3300.4
HSL294.12º20%50%-
HSV(B)294.12º33.33%60%-
XYZ22.7118.132.43-
YUV121.57145.74146.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=36.72%
G=25.31%
B=37.97%

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
Decimal1481021530.030.3300.4294.122050
Hex9466993210281261432
Octal2241462313410504462462
Binary1001010011001101001100111100001010100010010011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946699; }

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

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

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

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

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

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

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

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