#955CAC

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

Shades of Deep Lilac #955CAC

Tints of Deep Lilac #955CAC

Color information

#955CAC (or 0x955CAC) is unknown color: approx Deep Lilac. HEX triplet: 95, 5C and AC. RGB value is (149,92,172). Sum of RGB (Red+Green+Blue) = 149+92+172=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #955CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955CAC is #6AA353. Grayscale: #757575. Windows color (decimal): -6988628 or 11295893. OLE color: 11295893.

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

Color convert

RGB14992172-
CMYK0.130.4700.33
HSL282.75º32.52%51.76%-
HSV(B)282.75º46.51%67.45%-
XYZ23.6717.0241.07-
YUV118.16158.38150-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.08%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 172 (67.58% from 255) = 41.65%
R=36.08%
G=22.28%
B=41.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149921720.130.4700.33282.7532.5251.76
Hex955CACD2F02111b2134
Octal22513425415570414334164
Binary1001010110111001010110011011011110100001100011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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