#9A5BB7

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

Shades of Deep Lilac #9A5BB7

Tints of Deep Lilac #9A5BB7

Color information

#9A5BB7 (or 0x9A5BB7) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5B and B7. RGB value is (154,91,183). Sum of RGB (Red+Green+Blue) = 154+91+183=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #9A5BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BB7 is #65A448. Grayscale: #787878. Windows color (decimal): -6661193 or 12016538. OLE color: 12016538.

HSL color Cylindrical-coordinate representation of color #9A5BB7: hue angle of 281.09º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A5BB7 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15491183-
CMYK0.160.5000.28
HSL281.09º38.98%53.73%-
HSV(B)281.09º50.27%71.76%-
XYZ25.6117.7746.88-
YUV120.32163.37152.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.98%
GREEN value IS 91 (35.94% from 255) = 21.26%
BLUE value IS 183 (71.88% from 255) = 42.76%
R=35.98%
G=21.26%
B=42.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154911830.160.5000.28281.0938.9853.73
Hex9A5BB7103201C1192736
Octal23213326720620344314766
Binary1001101010110111011011110000110010011100100011001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A5BB7; }

 p { color: rgb(154,91,183); }

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

<style>
 a { background-color: #9A5BB7; }

 a { background-color: rgb(154,91,183); }

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

<style>
 span { border-color: #9A5BB7; }

 span { border-color: rgb(154,91,183); }

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