#947094

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

Shades of Violet Blue #947094

Tints of Violet Blue #947094

Color information

#947094 (or 0x947094) is unknown color: approx Violet Blue. HEX triplet: 94, 70 and 94. RGB value is (148,112,148). Sum of RGB (Red+Green+Blue) = 148+112+148=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #947094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947094 is #6B8F6B. Grayscale: #7E7E7E. Windows color (decimal): -7049068 or 9728148. OLE color: 9728148.

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

Color convert

RGB148112148-
CMYK00.2400.42
HSL300º14.4%50.98%-
HSV(B)300º24.32%58.04%-
XYZ23.3520.0230.65-
YUV126.87139.93143.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 148 (58.20% from 255) = 36.27%
R=36.27%
G=27.45%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811214800.2400.4230014.450.98
Hex94709401802A12ce33
Octal2241602240300524541663
Binary1001010011100001001010001100001010101001011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947094; }

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

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

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

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

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

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

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

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