#947494

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

Shades of Violet Blue #947494

Tints of Violet Blue #947494

Color information

#947494 (or 0x947494) is unknown color: approx Violet Blue. HEX triplet: 94, 74 and 94. RGB value is (148,116,148). Sum of RGB (Red+Green+Blue) = 148+116+148=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #947494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947494 is #6B8B6B. Grayscale: #818181. Windows color (decimal): -7048044 or 9729172. OLE color: 9729172.

HSL color Cylindrical-coordinate representation of color #947494: hue angle of 300º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947494 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB148116148-
CMYK00.2200.42
HSL300º13.01%51.76%-
HSV(B)300º21.62%58.04%-
XYZ23.820.9230.8-
YUV129.22138.6141.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 148 (58.20% from 255) = 35.92%
R=35.92%
G=28.16%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811614800.2200.4230013.0151.76
Hex94749401602A12cd34
Octal2241642240260524541564
Binary1001010011101001001010001011001010101001011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947494; }

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

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

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

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

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

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

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

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