#947091

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

Shades of Violet Blue #947091

Tints of Violet Blue #947091

Color information

#947091 (or 0x947091) is unknown color: approx Violet Blue. HEX triplet: 94, 70 and 91. RGB value is (148,112,145). Sum of RGB (Red+Green+Blue) = 148+112+145=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #947091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947091 is #6B8F6E. Grayscale: #7E7E7E. Windows color (decimal): -7049071 or 9531540. OLE color: 9531540.

HSL color Cylindrical-coordinate representation of color #947091: hue angle of 305º 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 #947091 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB148112145-
CMYK00.240.020.42
HSL305º14.4%50.98%-
HSV(B)305º24.32%58.04%-
XYZ23.1219.9329.42-
YUV126.53138.43143.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=36.54%
G=27.65%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811214500.240.020.4230514.450.98
Hex94709101822A131e33
Octal2241602210302524611663
Binary10010100111000010010001011000101010101001100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947091; }

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

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

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

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

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

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

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

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