#955BBE

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

Shades of Deep Lilac #955BBE

Tints of Deep Lilac #955BBE

Color information

#955BBE (or 0x955BBE) is unknown color: approx Deep Lilac. HEX triplet: 95, 5B and BE. RGB value is (149,91,190). Sum of RGB (Red+Green+Blue) = 149+91+190=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #955BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BBE is #6AA441. Grayscale: #777777. Windows color (decimal): -6988866 or 12475285. OLE color: 12475285.

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

Color convert

RGB14991190-
CMYK0.220.5200.25
HSL275.15º43.23%55.1%-
HSV(B)275.15º52.11%74.51%-
XYZ25.4317.5950.77-
YUV119.63167.72148.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=34.65%
G=21.16%
B=44.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149911900.220.5200.25275.1543.2355.1
Hex955BBE16340191132b37
Octal22513327626640314235367
Binary1001010110110111011111010110110100011001100010011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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