#944993

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

Shades of Violet Blue #944993

Tints of Violet Blue #944993

Color information

#944993 (or 0x944993) is unknown color: approx Violet Blue. HEX triplet: 94, 49 and 93. RGB value is (148,73,147). Sum of RGB (Red+Green+Blue) = 148+73+147=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #944993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944993 is #6BB66C. Grayscale: #676767. Windows color (decimal): -7059053 or 9652628. OLE color: 9652628.

HSL color Cylindrical-coordinate representation of color #944993: hue angle of 300.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944993 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14873147-
CMYK00.510.010.42
HSL300.8º33.94%43.33%-
HSV(B)300.8º50.68%58.04%-
XYZ19.8613.1729.1-
YUV103.86152.35159.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 73 (28.91% from 255) = 19.84%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=40.22%
G=19.84%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487314700.510.010.42300.833.9443.33
Hex94499303312A12d222b
Octal2241112230631524554253
Binary1001010010010011001001101100111101010100101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944993; }

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

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

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

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

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

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

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

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