#946E90

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

Shades of Violet Blue #946E90

Tints of Violet Blue #946E90

Color information

#946E90 (or 0x946E90) is unknown color: approx Violet Blue. HEX triplet: 94, 6E and 90. RGB value is (148,110,144). Sum of RGB (Red+Green+Blue) = 148+110+144=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #946E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946E90 is #6B916F. Grayscale: #7D7D7D. Windows color (decimal): -7049584 or 9465492. OLE color: 9465492.

HSL color Cylindrical-coordinate representation of color #946E90: hue angle of 306.32º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946E90 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148110144-
CMYK00.260.030.42
HSL306.32º15.08%50.59%-
HSV(B)306.32º25.68%58.04%-
XYZ22.8219.4628.94-
YUV125.24138.59144.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=36.82%
G=27.36%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811014400.260.030.42306.3215.0850.59
Hex946E9001A32A132f33
Octal2241562200323524621763
Binary10010100110111010010000011010111010101001100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946E90; }

 p { color: rgb(148,110,144); }

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

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

 a { background-color: rgb(148,110,144); }

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

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

 span { border-color: rgb(148,110,144); }

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