#9A5FBC

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

Shades of Deep Lilac #9A5FBC

Tints of Deep Lilac #9A5FBC

Color information

#9A5FBC (or 0x9A5FBC) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5F and BC. RGB value is (154,95,188). Sum of RGB (Red+Green+Blue) = 154+95+188=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A5FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5FBC is #65A043. Grayscale: #7A7A7A. Windows color (decimal): -6660164 or 12345242. OLE color: 12345242.

HSL color Cylindrical-coordinate representation of color #9A5FBC: hue angle of 278.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A5FBC is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15495188-
CMYK0.180.4900.26
HSL278.06º40.97%55.49%-
HSV(B)278.06º49.47%73.73%-
XYZ26.518.6949.79-
YUV123.24164.55149.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.24%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=35.24%
G=21.74%
B=43.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154951880.180.4900.26278.0640.9755.49
Hex9A5FBC123101A1162937
Octal23213727422610324265167
Binary1001101010111111011110010010110001011010100010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,95,188); }

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

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

 a { background-color: rgb(154,95,188); }

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

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

 span { border-color: rgb(154,95,188); }

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