#955EB0

Color #955EB0 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #955EB0

Tints of Deep Lilac #955EB0

Color information

#955EB0 (or 0x955EB0) is unknown color: approx Deep Lilac. HEX triplet: 95, 5E and B0. RGB value is (149,94,176). Sum of RGB (Red+Green+Blue) = 149+94+176=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 176 - color contains mainly: blue. Hex color #955EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955EB0 is #6AA14F. Grayscale: #777777. Windows color (decimal): -6988112 or 11558549. OLE color: 11558549.

HSL color Cylindrical-coordinate representation of color #955EB0: hue angle of 280.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #955EB0 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14994176-
CMYK0.150.4700.31
HSL280.24º34.17%52.94%-
HSV(B)280.24º46.59%69.02%-
XYZ24.2317.5343.18-
YUV119.79159.72148.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 94 (37.11% from 255) = 22.43%
BLUE value IS 176 (69.14% from 255) = 42.00%
R=35.56%
G=22.43%
B=42.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149941760.150.4700.31280.2434.1752.94
Hex955EB0F2F01F1182235
Octal22513626017570374304265
Binary100101011011110101100001111101111011111100011000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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