#9550AB

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

Shades of Deep Lilac #9550AB

Tints of Deep Lilac #9550AB

Color information

#9550AB (or 0x9550AB) is unknown color: approx Deep Lilac. HEX triplet: 95, 50 and AB. RGB value is (149,80,171). Sum of RGB (Red+Green+Blue) = 149+80+171=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #9550AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9550AB is #6AAF54. Grayscale: #6E6E6E. Windows color (decimal): -6991701 or 11227285. OLE color: 11227285.

HSL color Cylindrical-coordinate representation of color #9550AB: hue angle of 285.49º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9550AB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14980171-
CMYK0.130.5300.33
HSL285.49º36.25%49.22%-
HSV(B)285.49º53.22%67.06%-
XYZ22.6115.0740.24-
YUV111161.86155.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 80 (31.64% from 255) = 20%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=37.25%
G=20%
B=42.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149801710.130.5300.33285.4936.2549.22
Hex9550ABD3502111d2431
Octal22512025315650414354461
Binary1001010110100001010101111011101010100001100011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9550AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9550AB; }

 p { color: rgb(149,80,171); }

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

<style>
 a { background-color: #9550AB; }

 a { background-color: rgb(149,80,171); }

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

<style>
 span { border-color: #9550AB; }

 span { border-color: rgb(149,80,171); }

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