#854BCA

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

Shades of Deep Lilac #854BCA

Tints of Deep Lilac #854BCA

Color information

#854BCA (or 0x854BCA) is unknown color: approx Deep Lilac. HEX triplet: 85, 4B and CA. RGB value is (133,75,202). Sum of RGB (Red+Green+Blue) = 133+75+202=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #854BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854BCA is #7AB435. Grayscale: #6A6A6A. Windows color (decimal): -8041526 or 13257605. OLE color: 13257605.

HSL color Cylindrical-coordinate representation of color #854BCA: hue angle of 267.4º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #854BCA is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13375202-
CMYK0.340.6300.21
HSL267.4º54.51%54.31%-
HSV(B)267.4º62.87%79.22%-
XYZ22.8514.2857.43-
YUV106.82181.72146.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 75 (29.69% from 255) = 18.29%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=32.44%
G=18.29%
B=49.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133752020.340.6300.21267.454.5154.31
Hex854BCA223F01510b3736
Octal20511331242770254136766
Binary10000101100101111001010100010111111010101100001011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,75,202); }

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

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

 a { background-color: rgb(133,75,202); }

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

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

 span { border-color: rgb(133,75,202); }

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