#9551C0

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

Shades of Deep Lilac #9551C0

Tints of Deep Lilac #9551C0

Color information

#9551C0 (or 0x9551C0) is unknown color: approx Deep Lilac. HEX triplet: 95, 51 and C0. RGB value is (149,81,192). Sum of RGB (Red+Green+Blue) = 149+81+192=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #9551C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551C0 is #6AAE3F. Grayscale: #717171. Windows color (decimal): -6991424 or 12603797. OLE color: 12603797.

HSL color Cylindrical-coordinate representation of color #9551C0: hue angle of 276.76º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9551C0 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14981192-
CMYK0.220.5800.25
HSL276.76º46.84%53.53%-
HSV(B)276.76º57.81%75.29%-
XYZ24.8516.0851.66-
YUV113.99172.03152.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 192 (75.39% from 255) = 45.50%
R=35.31%
G=19.19%
B=45.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149811920.220.5800.25276.7646.8453.53
Hex9551C0163A0191152f36
Octal22512130026720314255766
Binary1001010110100011100000010110111010011001100010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9551C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9551C0; }

 p { color: rgb(149,81,192); }

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

<style>
 a { background-color: #9551C0; }

 a { background-color: rgb(149,81,192); }

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

<style>
 span { border-color: #9551C0; }

 span { border-color: rgb(149,81,192); }

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