#947193

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

Shades of Violet Blue #947193

Tints of Violet Blue #947193

Color information

#947193 (or 0x947193) is unknown color: approx Violet Blue. HEX triplet: 94, 71 and 93. RGB value is (148,113,147). Sum of RGB (Red+Green+Blue) = 148+113+147=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #947193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947193 is #6B8E6C. Grayscale: #7F7F7F. Windows color (decimal): -7048813 or 9662868. OLE color: 9662868.

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

Color convert

RGB148113147-
CMYK00.240.010.42
HSL301.71º14.06%51.18%-
HSV(B)301.71º23.65%58.04%-
XYZ23.3820.2130.27-
YUV127.34139.1142.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=36.27%
G=27.70%
B=36.03%

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
Decimal14811314700.240.010.42301.7114.0651.18
Hex94719301812A12ee33
Octal2241612230301524561663
Binary1001010011100011001001101100011010101001011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947193; }

 p { color: rgb(148,113,147); }

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

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

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

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

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

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

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