#9A54BF

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

Shades of Deep Lilac #9A54BF

Tints of Deep Lilac #9A54BF

Color information

#9A54BF (or 0x9A54BF) is unknown color: approx Deep Lilac. HEX triplet: 9A, 54 and BF. RGB value is (154,84,191). Sum of RGB (Red+Green+Blue) = 154+84+191=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A54BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A54BF is #65AB40. Grayscale: #747474. Windows color (decimal): -6662977 or 12539034. OLE color: 12539034.

HSL color Cylindrical-coordinate representation of color #9A54BF: hue angle of 279.25º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A54BF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15484191-
CMYK0.190.5600.25
HSL279.25º45.53%53.92%-
HSV(B)279.25º56.02%74.9%-
XYZ25.916.9751.2-
YUV117.13169.69154.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 191 (75% from 255) = 44.52%
R=35.90%
G=19.58%
B=44.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154841910.190.5600.25279.2545.5353.92
Hex9A54BF13380191172e36
Octal23212427723700314275666
Binary1001101010101001011111110011111000011001100010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A54BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,84,191); }

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

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

 a { background-color: rgb(154,84,191); }

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

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

 span { border-color: rgb(154,84,191); }

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