#946899

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

Shades of Violet Blue #946899

Tints of Violet Blue #946899

Color information

#946899 (or 0x946899) is unknown color: approx Violet Blue. HEX triplet: 94, 68 and 99. RGB value is (148,104,153). Sum of RGB (Red+Green+Blue) = 148+104+153=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #946899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946899 is #6B9766. Grayscale: #7A7A7A. Windows color (decimal): -7051111 or 10053780. OLE color: 10053780.

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

Color convert

RGB148104153-
CMYK0.030.3200.4
HSL293.88º19.37%50.39%-
HSV(B)293.88º32.03%60%-
XYZ22.9118.532.5-
YUV122.74145.08146.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=36.54%
G=25.68%
B=37.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481041530.030.3200.4293.8819.3750.39
Hex9468993200281261332
Octal2241502313400504462362
Binary1001010011010001001100111100000010100010010011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946899; }

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

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

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

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

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

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

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

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