#954891

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

Shades of Violet Blue #954891

Tints of Violet Blue #954891

Color information

#954891 (or 0x954891) is unknown color: approx Violet Blue. HEX triplet: 95, 48 and 91. RGB value is (149,72,145). Sum of RGB (Red+Green+Blue) = 149+72+145=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #954891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954891 is #6AB76E. Grayscale: #676767. Windows color (decimal): -6993775 or 9521301. OLE color: 9521301.

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

Color convert

RGB14972145-
CMYK00.520.030.42
HSL303.12º34.84%43.33%-
HSV(B)303.12º51.68%58.43%-
XYZ19.8213.0728.27-
YUV103.34151.51160.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 145 (57.03% from 255) = 39.62%
R=40.71%
G=19.67%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497214500.520.030.42303.1234.8443.33
Hex95489103432A12f232b
Octal2251102210643524574353
Binary10010101100100010010001011010011101010100101111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954891; }

 p { color: rgb(149,72,145); }

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

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

 a { background-color: rgb(149,72,145); }

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

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

 span { border-color: rgb(149,72,145); }

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