#8453ba

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

Shades of Deep Lilac #8453BA

Tints of Deep Lilac #8453BA

Color information

#8453BA (or 0x8453BA) is unknown color: approx Deep Lilac. HEX triplet: 84, 53 and BA. RGB value is (132,83,186). Sum of RGB (Red+Green+Blue) = 132+83+186=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #8453BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8453BA is #7BAC45. Grayscale: #6D6D6D. Windows color (decimal): -8105030 or 12211076. OLE color: 12211076.

HSL color Cylindrical-coordinate representation of color #8453BA: hue angle of 268.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8453BA is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13283186-
CMYK0.290.5500.27
HSL268.54º42.74%52.75%-
HSV(B)268.54º55.38%72.94%-
XYZ21.4714.6448.15-
YUV109.39171.23144.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 83 (32.81% from 255) = 20.70%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=32.92%
G=20.70%
B=46.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132831860.290.5500.27268.5442.7452.75
Hex8453BA1D3701B10d2b35
Octal20412327235670334155365
Binary1000010010100111011101011101110111011011100001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8453ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8453ba; }

 p { color: rgb(132,83,186); }

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

<style>
 a { background-color: #8453ba; }

 a { background-color: rgb(132,83,186); }

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

<style>
 span { border-color: #8453ba; }

 span { border-color: rgb(132,83,186); }

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