#955FAC

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

Shades of Deep Lilac #955FAC

Tints of Deep Lilac #955FAC

Color information

#955FAC (or 0x955FAC) is unknown color: approx Deep Lilac. HEX triplet: 95, 5F and AC. RGB value is (149,95,172). Sum of RGB (Red+Green+Blue) = 149+95+172=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #955FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955FAC is #6AA053. Grayscale: #777777. Windows color (decimal): -6987860 or 11296661. OLE color: 11296661.

HSL color Cylindrical-coordinate representation of color #955FAC: hue angle of 282.08º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955FAC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14995172-
CMYK0.130.4500.33
HSL282.08º31.69%52.35%-
HSV(B)282.08º44.77%67.45%-
XYZ23.9317.5541.16-
YUV119.92157.39148.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=35.82%
G=22.84%
B=41.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149951720.130.4500.33282.0831.6952.35
Hex955FACD2D02111a2034
Octal22513725415550414324064
Binary1001010110111111010110011011011010100001100011010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,95,172); }

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

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

 a { background-color: rgb(149,95,172); }

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

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

 span { border-color: rgb(149,95,172); }

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