#954E91

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

Shades of Violet Blue #954E91

Tints of Violet Blue #954E91

Color information

#954E91 (or 0x954E91) is unknown color: approx Violet Blue. HEX triplet: 95, 4E and 91. RGB value is (149,78,145). Sum of RGB (Red+Green+Blue) = 149+78+145=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #954E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E91 is #6AB16E. Grayscale: #6A6A6A. Windows color (decimal): -6992239 or 9522837. OLE color: 9522837.

HSL color Cylindrical-coordinate representation of color #954E91: hue angle of 303.38º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E91 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14978145-
CMYK00.480.030.42
HSL303.38º31.28%44.51%-
HSV(B)303.38º47.65%58.43%-
XYZ20.2313.8828.4-
YUV106.87149.52158.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 78 (30.86% from 255) = 20.97%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=40.05%
G=20.97%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497814500.480.030.42303.3831.2844.51
Hex954E9103032A12f1f2d
Octal2251162210603524573755
Binary1001010110011101001000101100001110101010010111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954E91; }

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

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

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

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

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

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

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

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