#957294

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

Shades of Violet Blue #957294

Tints of Violet Blue #957294

Color information

#957294 (or 0x957294) is unknown color: approx Violet Blue. HEX triplet: 95, 72 and 94. RGB value is (149,114,148). Sum of RGB (Red+Green+Blue) = 149+114+148=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #957294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957294 is #6A8D6B. Grayscale: #808080. Windows color (decimal): -6983020 or 9728661. OLE color: 9728661.

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

Color convert

RGB149114148-
CMYK00.230.010.42
HSL301.71º14.17%51.57%-
HSV(B)301.71º23.49%58.43%-
XYZ23.7620.5630.73-
YUV128.34139.1142.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=36.25%
G=27.74%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911414800.230.010.42301.7114.1751.57
Hex95729401712A12ee34
Octal2251622240271524561664
Binary1001010111100101001010001011111010101001011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957294; }

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

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

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

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

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

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

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

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