#954E97

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

Shades of Violet Blue #954E97

Tints of Violet Blue #954E97

Color information

#954E97 (or 0x954E97) is unknown color: approx Violet Blue. HEX triplet: 95, 4E and 97. RGB value is (149,78,151). Sum of RGB (Red+Green+Blue) = 149+78+151=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #954E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954E97 is #6AB168. Grayscale: #6B6B6B. Windows color (decimal): -6992233 or 9916053. OLE color: 9916053.

HSL color Cylindrical-coordinate representation of color #954E97: hue angle of 298.36º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E97 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14978151-
CMYK0.010.4800.41
HSL298.36º31.88%44.9%-
HSV(B)298.36º48.34%59.22%-
XYZ20.714.0730.9-
YUV107.55152.52157.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=39.42%
G=20.63%
B=39.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149781510.010.4800.41298.3631.8844.9
Hex954E9713002912a202d
Octal2251162271600514524055
Binary1001010110011101001011111100000101001100101010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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