#957094

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

Shades of Violet Blue #957094

Tints of Violet Blue #957094

Color information

#957094 (or 0x957094) is unknown color: approx Violet Blue. HEX triplet: 95, 70 and 94. RGB value is (149,112,148). Sum of RGB (Red+Green+Blue) = 149+112+148=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #957094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957094 is #6A8F6B. Grayscale: #7F7F7F. Windows color (decimal): -6983532 or 9728149. OLE color: 9728149.

HSL color Cylindrical-coordinate representation of color #957094: hue angle of 301.62º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957094 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB149112148-
CMYK00.250.010.42
HSL301.62º14.86%51.18%-
HSV(B)301.62º24.83%58.43%-
XYZ23.5320.1230.66-
YUV127.17139.76143.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.43%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=36.43%
G=27.38%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911214800.250.010.42301.6214.8651.18
Hex95709401912A12ef33
Octal2251602240311524561763
Binary1001010111100001001010001100111010101001011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957094; }

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

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

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

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

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

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

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

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