#945995

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

Shades of Violet Blue #945995

Tints of Violet Blue #945995

Color information

#945995 (or 0x945995) is unknown color: approx Violet Blue. HEX triplet: 94, 59 and 95. RGB value is (148,89,149). Sum of RGB (Red+Green+Blue) = 148+89+149=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #945995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945995 is #6BA66A. Grayscale: #717171. Windows color (decimal): -7054955 or 9787796. OLE color: 9787796.

HSL color Cylindrical-coordinate representation of color #945995: hue angle of 299º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945995 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14889149-
CMYK0.010.4000.42
HSL299º25.21%46.67%-
HSV(B)299º40.27%58.43%-
XYZ21.2115.6130.33-
YUV113.48148.05152.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=38.34%
G=23.06%
B=38.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148891490.010.4000.4229925.2146.67
Hex94599512802A12b192f
Octal2241312251500524533157
Binary100101001011001100101011101000010101010010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945995; }

 p { color: rgb(148,89,149); }

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

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

 a { background-color: rgb(148,89,149); }

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

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

 span { border-color: rgb(148,89,149); }

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