#947092

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

Shades of Violet Blue #947092

Tints of Violet Blue #947092

Color information

#947092 (or 0x947092) is unknown color: approx Violet Blue. HEX triplet: 94, 70 and 92. RGB value is (148,112,146). Sum of RGB (Red+Green+Blue) = 148+112+146=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #947092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947092 is #6B8F6D. Grayscale: #7E7E7E. Windows color (decimal): -7049070 or 9597076. OLE color: 9597076.

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

Color convert

RGB148112146-
CMYK00.240.010.42
HSL303.33º14.4%50.98%-
HSV(B)303.33º24.32%58.04%-
XYZ23.219.9629.82-
YUV126.64138.93143.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=36.45%
G=27.59%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811214600.240.010.42303.3314.450.98
Hex94709201812A12fe33
Octal2241602220301524571663
Binary1001010011100001001001001100011010101001011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947092; }

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

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

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

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

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

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

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

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