#955EBE

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

Shades of Deep Lilac #955EBE

Tints of Deep Lilac #955EBE

Color information

#955EBE (or 0x955EBE) is unknown color: approx Deep Lilac. HEX triplet: 95, 5E and BE. RGB value is (149,94,190). Sum of RGB (Red+Green+Blue) = 149+94+190=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #955EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955EBE is #6AA141. Grayscale: #797979. Windows color (decimal): -6988098 or 12476053. OLE color: 12476053.

HSL color Cylindrical-coordinate representation of color #955EBE: hue angle of 274.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955EBE is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14994190-
CMYK0.220.5100.25
HSL274.38º42.48%55.69%-
HSV(B)274.38º50.53%74.51%-
XYZ25.6918.1150.86-
YUV121.39166.72147.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=34.41%
G=21.71%
B=43.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149941900.220.5100.25274.3842.4855.69
Hex955EBE16330191122a38
Octal22513627626630314225270
Binary1001010110111101011111010110110011011001100010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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