#945599

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

Shades of Violet Blue #945599

Tints of Violet Blue #945599

Color information

#945599 (or 0x945599) is unknown color: approx Violet Blue. HEX triplet: 94, 55 and 99. RGB value is (148,85,153). Sum of RGB (Red+Green+Blue) = 148+85+153=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #945599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945599 is #6BAA66. Grayscale: #6F6F6F. Windows color (decimal): -7055975 or 10048916. OLE color: 10048916.

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

Color convert

RGB14885153-
CMYK0.030.4400.4
HSL295.59º28.57%46.67%-
HSV(B)295.59º44.44%60%-
XYZ21.2115.0931.93-
YUV111.59151.37153.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=38.34%
G=22.02%
B=39.64%

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
Decimal148851530.030.4400.4295.5928.5746.67
Hex94559932C0281281d2f
Octal2241252313540504503557
Binary1001010010101011001100111101100010100010010100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945599; }

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

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

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

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

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

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

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

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