#9854BC

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

Shades of Deep Lilac #9854BC

Tints of Deep Lilac #9854BC

Color information

#9854BC (or 0x9854BC) is unknown color: approx Deep Lilac. HEX triplet: 98, 54 and BC. RGB value is (152,84,188). Sum of RGB (Red+Green+Blue) = 152+84+188=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #9854BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9854BC is #67AB43. Grayscale: #737373. Windows color (decimal): -6794052 or 12342424. OLE color: 12342424.

HSL color Cylindrical-coordinate representation of color #9854BC: hue angle of 279.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9854BC is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15284188-
CMYK0.190.5500.26
HSL279.23º43.7%53.33%-
HSV(B)279.23º55.32%73.73%-
XYZ25.216.6549.46-
YUV116.19168.53153.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=35.85%
G=19.81%
B=44.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152841880.190.5500.26279.2343.753.33
Hex9854BC133701A1172c35
Octal23012427423670324275465
Binary1001100010101001011110010011110111011010100010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9854BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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