#945699

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

Shades of Violet Blue #945699

Tints of Violet Blue #945699

Color information

#945699 (or 0x945699) is unknown color: approx Violet Blue. HEX triplet: 94, 56 and 99. RGB value is (148,86,153). Sum of RGB (Red+Green+Blue) = 148+86+153=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #945699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945699 is #6BA966. Grayscale: #6F6F6F. Windows color (decimal): -7055719 or 10049172. OLE color: 10049172.

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

Color convert

RGB14886153-
CMYK0.030.4400.4
HSL295.52º28.03%46.86%-
HSV(B)295.52º43.79%60%-
XYZ21.2915.2531.96-
YUV112.18151.04153.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=38.24%
G=22.22%
B=39.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148861530.030.4400.4295.5228.0346.86
Hex94569932C0281281c2f
Octal2241262313540504503457
Binary1001010010101101001100111101100010100010010100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945699; }

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

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

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

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

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

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

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

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