#854ABF

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

Shades of Deep Lilac #854ABF

Tints of Deep Lilac #854ABF

Color information

#854ABF (or 0x854ABF) is unknown color: approx Deep Lilac. HEX triplet: 85, 4A and BF. RGB value is (133,74,191). Sum of RGB (Red+Green+Blue) = 133+74+191=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #854ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854ABF is #7AB540. Grayscale: #686868. Windows color (decimal): -8041793 or 12536453. OLE color: 12536453.

HSL color Cylindrical-coordinate representation of color #854ABF: hue angle of 270.26º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #854ABF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13374191-
CMYK0.300.6100.25
HSL270.26º47.76%51.96%-
HSV(B)270.26º61.26%74.9%-
XYZ21.5313.6550.79-
YUV104.98176.55147.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 74 (29.30% from 255) = 18.59%
BLUE value IS 191 (75% from 255) = 47.99%
R=33.42%
G=18.59%
B=47.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133741910.300.6100.25270.2647.7651.96
Hex854ABF1E3D01910e3034
Octal20511227736750314166064
Binary1000010110010101011111111110111101011001100001110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854ABF; }

 p { color: rgb(133,74,191); }

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

<style>
 a { background-color: #854ABF; }

 a { background-color: rgb(133,74,191); }

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

<style>
 span { border-color: #854ABF; }

 span { border-color: rgb(133,74,191); }

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