#945997

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

Shades of Violet Blue #945997

Tints of Violet Blue #945997

Color information

#945997 (or 0x945997) is unknown color: approx Violet Blue. HEX triplet: 94, 59 and 97. RGB value is (148,89,151). Sum of RGB (Red+Green+Blue) = 148+89+151=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #945997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945997 is #6BA668. Grayscale: #717171. Windows color (decimal): -7054953 or 9918868. OLE color: 9918868.

HSL color Cylindrical-coordinate representation of color #945997: hue angle of 297.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #945997 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14889151-
CMYK0.020.4100.41
HSL297.1º25.83%47.06%-
HSV(B)297.1º41.06%59.22%-
XYZ21.3715.6831.18-
YUV113.71149.05152.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=38.14%
G=22.94%
B=38.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148891510.020.4100.41297.125.8347.06
Hex9459972290291291a2f
Octal2241312272510514513257
Binary1001010010110011001011110101001010100110010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945997; }

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

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

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

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

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

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

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

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