#9255AB

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

Shades of Deep Lilac #9255AB

Tints of Deep Lilac #9255AB

Color information

#9255AB (or 0x9255AB) is unknown color: approx Deep Lilac. HEX triplet: 92, 55 and AB. RGB value is (146,85,171). Sum of RGB (Red+Green+Blue) = 146+85+171=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #9255AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9255AB is #6DAA54. Grayscale: #707070. Windows color (decimal): -7187029 or 11228562. OLE color: 11228562.

HSL color Cylindrical-coordinate representation of color #9255AB: hue angle of 282.56º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9255AB is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14685171-
CMYK0.150.5000.33
HSL282.56º33.86%50.2%-
HSV(B)282.56º50.29%67.06%-
XYZ22.4515.5540.35-
YUV113.04160.71151.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.32%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=36.32%
G=21.14%
B=42.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146851710.150.5000.33282.5633.8650.2
Hex9255ABF3202111b2232
Octal22212525317620414334262
Binary1001001010101011010101111111100100100001100011011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9255AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,85,171); }

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

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

 a { background-color: rgb(146,85,171); }

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

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

 span { border-color: rgb(146,85,171); }

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