#947495

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

Shades of Violet Blue #947495

Tints of Violet Blue #947495

Color information

#947495 (or 0x947495) is unknown color: approx Violet Blue. HEX triplet: 94, 74 and 95. RGB value is (148,116,149). Sum of RGB (Red+Green+Blue) = 148+116+149=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #947495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947495 is #6B8B6A. Grayscale: #818181. Windows color (decimal): -7048043 or 9794708. OLE color: 9794708.

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

Color convert

RGB148116149-
CMYK0.010.2200.42
HSL298.18º13.47%51.96%-
HSV(B)298.18º22.15%58.43%-
XYZ23.8820.9631.22-
YUV129.33139.1141.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=35.84%
G=28.09%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481161490.010.2200.42298.1813.4751.96
Hex94749511602A12ad34
Octal2241642251260524521564
Binary1001010011101001001010111011001010101001010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947495; }

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

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

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

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

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

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

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

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