#9556C1

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

Shades of Deep Lilac #9556C1

Tints of Deep Lilac #9556C1

Color information

#9556C1 (or 0x9556C1) is unknown color: approx Deep Lilac. HEX triplet: 95, 56 and C1. RGB value is (149,86,193). Sum of RGB (Red+Green+Blue) = 149+86+193=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #9556C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9556C1 is #6AA93E. Grayscale: #747474. Windows color (decimal): -6990143 or 12670613. OLE color: 12670613.

HSL color Cylindrical-coordinate representation of color #9556C1: hue angle of 275.33º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9556C1 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14986193-
CMYK0.230.5500.24
HSL275.33º46.32%54.71%-
HSV(B)275.33º55.44%75.69%-
XYZ25.3516.952.38-
YUV117.04170.87150.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 86 (33.98% from 255) = 20.09%
BLUE value IS 193 (75.78% from 255) = 45.09%
R=34.81%
G=20.09%
B=45.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149861930.230.5500.24275.3346.3254.71
Hex9556C117370181132e37
Octal22512630127670304235667
Binary1001010110101101100000110111110111011000100010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9556C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9556C1; }

 p { color: rgb(149,86,193); }

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

<style>
 a { background-color: #9556C1; }

 a { background-color: rgb(149,86,193); }

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

<style>
 span { border-color: #9556C1; }

 span { border-color: rgb(149,86,193); }

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