#946E92

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

Shades of Violet Blue #946E92

Tints of Violet Blue #946E92

Color information

#946E92 (or 0x946E92) is unknown color: approx Violet Blue. HEX triplet: 94, 6E and 92. RGB value is (148,110,146). Sum of RGB (Red+Green+Blue) = 148+110+146=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #946E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946E92 is #6B916D. Grayscale: #7D7D7D. Windows color (decimal): -7049582 or 9596564. OLE color: 9596564.

HSL color Cylindrical-coordinate representation of color #946E92: hue angle of 303.16º 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 #946E92 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB148110146-
CMYK00.260.010.42
HSL303.16º15.08%50.59%-
HSV(B)303.16º25.68%58.04%-
XYZ22.9819.5229.75-
YUV125.47139.59144.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=36.63%
G=27.23%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811014600.260.010.42303.1615.0850.59
Hex946E9201A12A12ff33
Octal2241562220321524571763
Binary1001010011011101001001001101011010101001011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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