#955DBE

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

Shades of Deep Lilac #955DBE

Tints of Deep Lilac #955DBE

Color information

#955DBE (or 0x955DBE) is unknown color: approx Deep Lilac. HEX triplet: 95, 5D and BE. RGB value is (149,93,190). Sum of RGB (Red+Green+Blue) = 149+93+190=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #955DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DBE is #6AA241. Grayscale: #787878. Windows color (decimal): -6988354 or 12475797. OLE color: 12475797.

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

Color convert

RGB14993190-
CMYK0.220.5100.25
HSL274.64º42.73%55.49%-
HSV(B)274.64º51.05%74.51%-
XYZ25.617.9450.83-
YUV120.8167.05148.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=34.49%
G=21.53%
B=43.98%

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
Decimal149931900.220.5100.25274.6442.7355.49
Hex955DBE16330191132b37
Octal22513527626630314235367
Binary1001010110111011011111010110110011011001100010011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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