#8153bf

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

Shades of Deep Lilac #8153BF

Tints of Deep Lilac #8153BF

Color information

#8153BF (or 0x8153BF) is unknown color: approx Deep Lilac. HEX triplet: 81, 53 and BF. RGB value is (129,83,191). Sum of RGB (Red+Green+Blue) = 129+83+191=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #8153BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8153BF is #7EAC40. Grayscale: #6C6C6C. Windows color (decimal): -8301633 or 12538753. OLE color: 12538753.

HSL color Cylindrical-coordinate representation of color #8153BF: hue angle of 265.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8153BF is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12983191-
CMYK0.320.5700.25
HSL265.56º45.76%53.73%-
HSV(B)265.56º56.54%74.9%-
XYZ21.5514.6250.98-
YUV109.07174.24142.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 191 (75% from 255) = 47.39%
R=32.01%
G=20.60%
B=47.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129831910.320.5700.25265.5645.7653.73
Hex8153BF203901910a2e36
Octal20112327740710314125666
Binary10000001101001110111111100000111001011001100001010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8153bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8153bf; }

 p { color: rgb(129,83,191); }

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

<style>
 a { background-color: #8153bf; }

 a { background-color: rgb(129,83,191); }

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

<style>
 span { border-color: #8153bf; }

 span { border-color: rgb(129,83,191); }

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