#945993

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

Shades of Violet Blue #945993

Tints of Violet Blue #945993

Color information

#945993 (or 0x945993) is unknown color: approx Violet Blue. HEX triplet: 94, 59 and 93. RGB value is (148,89,147). Sum of RGB (Red+Green+Blue) = 148+89+147=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #945993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945993 is #6BA66C. Grayscale: #717171. Windows color (decimal): -7054957 or 9656724. OLE color: 9656724.

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

Color convert

RGB14889147-
CMYK00.400.010.42
HSL301.02º24.89%46.47%-
HSV(B)301.02º39.86%58.04%-
XYZ21.0515.5529.5-
YUV113.25147.05152.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=38.54%
G=23.18%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488914700.400.010.42301.0224.8946.47
Hex94599302812A12d192e
Octal2241312230501524553156
Binary100101001011001100100110101000110101010010110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945993; }

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

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

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

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

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

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

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

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