#955DBF

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

Shades of Deep Lilac #955DBF

Tints of Deep Lilac #955DBF

Color information

#955DBF (or 0x955DBF) is unknown color: approx Deep Lilac. HEX triplet: 95, 5D and BF. RGB value is (149,93,191). Sum of RGB (Red+Green+Blue) = 149+93+191=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #955DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DBF is #6AA240. Grayscale: #787878. Windows color (decimal): -6988353 or 12541333. OLE color: 12541333.

HSL color Cylindrical-coordinate representation of color #955DBF: hue angle of 274.29º degrees, saturation: 0.43, 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 #955DBF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14993191-
CMYK0.220.5100.25
HSL274.29º43.36%55.69%-
HSV(B)274.29º51.31%74.9%-
XYZ25.7117.9851.41-
YUV120.92167.55148.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.41%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 191 (75% from 255) = 44.11%
R=34.41%
G=21.48%
B=44.11%

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
Decimal149931910.220.5100.25274.2943.3655.69
Hex955DBF16330191122b38
Octal22513527726630314225370
Binary1001010110111011011111110110110011011001100010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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