#946599

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

Shades of Violet Blue #946599

Tints of Violet Blue #946599

Color information

#946599 (or 0x946599) is unknown color: approx Violet Blue. HEX triplet: 94, 65 and 99. RGB value is (148,101,153). Sum of RGB (Red+Green+Blue) = 148+101+153=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #946599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946599 is #6B9A66. Grayscale: #787878. Windows color (decimal): -7051879 or 10053012. OLE color: 10053012.

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

Color convert

RGB148101153-
CMYK0.030.3400.4
HSL294.23º20.47%49.8%-
HSV(B)294.23º33.99%60%-
XYZ22.6217.932.4-
YUV120.98146.07147.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 101 (39.84% from 255) = 25.12%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=36.82%
G=25.12%
B=38.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481011530.030.3400.4294.2320.4749.8
Hex9465993220281261432
Octal2241452313420504462462
Binary1001010011001011001100111100010010100010010011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946599; }

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

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

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

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

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

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

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

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