#9551C6

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

Shades of Deep Lilac #9551C6

Tints of Deep Lilac #9551C6

Color information

#9551C6 (or 0x9551C6) is unknown color: approx Deep Lilac. HEX triplet: 95, 51 and C6. RGB value is (149,81,198). Sum of RGB (Red+Green+Blue) = 149+81+198=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #9551C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551C6 is #6AAE39. Grayscale: #727272. Windows color (decimal): -6991418 or 12997013. OLE color: 12997013.

HSL color Cylindrical-coordinate representation of color #9551C6: hue angle of 274.87º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9551C6 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14981198-
CMYK0.250.5900.22
HSL274.87º50.65%54.71%-
HSV(B)274.87º59.09%77.65%-
XYZ25.5316.3555.24-
YUV114.67175.03152.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 81 (32.03% from 255) = 18.93%
BLUE value IS 198 (77.73% from 255) = 46.26%
R=34.81%
G=18.93%
B=46.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149811980.250.5900.22274.8750.6554.71
Hex9551C6193B0161133337
Octal22512130631730264236367
Binary1001010110100011100011011001111011010110100010011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9551C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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