#854BCB

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

Shades of Deep Lilac #854BCB

Tints of Deep Lilac #854BCB

Color information

#854BCB (or 0x854BCB) is unknown color: approx Deep Lilac. HEX triplet: 85, 4B and CB. RGB value is (133,75,203). Sum of RGB (Red+Green+Blue) = 133+75+203=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #854BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854BCB is #7AB434. Grayscale: #6A6A6A. Windows color (decimal): -8041525 or 13323141. OLE color: 13323141.

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

Color convert

RGB13375203-
CMYK0.340.6300.20
HSL267.19º55.17%54.51%-
HSV(B)267.19º63.05%79.61%-
XYZ22.9714.3358.06-
YUV106.93182.22146.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=32.36%
G=18.25%
B=49.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133752030.340.6300.20267.1955.1754.51
Hex854BCB223F01410b3737
Octal20511331342770244136767
Binary10000101100101111001011100010111111010100100001011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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