#955EA3

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

Shades of Violet Blue #955EA3

Tints of Violet Blue #955EA3

Color information

#955EA3 (or 0x955EA3) is unknown color: approx Violet Blue. HEX triplet: 95, 5E and A3. RGB value is (149,94,163). Sum of RGB (Red+Green+Blue) = 149+94+163=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 163 - color contains mainly: blue. Hex color #955EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955EA3 is #6AA15C. Grayscale: #767676. Windows color (decimal): -6988125 or 10706581. OLE color: 10706581.

HSL color Cylindrical-coordinate representation of color #955EA3: hue angle of 287.83º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955EA3 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14994163-
CMYK0.090.4200.36
HSL287.83º27.27%50.39%-
HSV(B)287.83º42.33%63.92%-
XYZ23.0117.0436.73-
YUV118.31153.22149.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 163 (64.06% from 255) = 40.15%
R=36.70%
G=23.15%
B=40.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149941630.090.4200.36287.8327.2750.39
Hex955EA392A0241201b32
Octal22513624311520444403362
Binary100101011011110101000111001101010010010010010000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955EA3; }

 p { color: rgb(149,94,163); }

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

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

 a { background-color: rgb(149,94,163); }

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

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

 span { border-color: rgb(149,94,163); }

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