#9854BF

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

Shades of Deep Lilac #9854BF

Tints of Deep Lilac #9854BF

Color information

#9854BF (or 0x9854BF) is unknown color: approx Deep Lilac. HEX triplet: 98, 54 and BF. RGB value is (152,84,191). Sum of RGB (Red+Green+Blue) = 152+84+191=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #9854BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9854BF is #67AB40. Grayscale: #747474. Windows color (decimal): -6794049 or 12539032. OLE color: 12539032.

HSL color Cylindrical-coordinate representation of color #9854BF: hue angle of 278.13º 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 #9854BF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15284191-
CMYK0.200.5600.25
HSL278.13º45.53%53.92%-
HSV(B)278.13º56.02%74.9%-
XYZ25.5216.7851.18-
YUV116.53170.03153.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 191 (75% from 255) = 44.73%
R=35.60%
G=19.67%
B=44.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152841910.200.5600.25278.1345.5353.92
Hex9854BF14380191162e36
Octal23012427724700314265666
Binary1001100010101001011111110100111000011001100010110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9854BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9854BF; }

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

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

<style>
 a { background-color: #9854BF; }

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

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

<style>
 span { border-color: #9854BF; }

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

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