#8450BF

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

Shades of Deep Lilac #8450BF

Tints of Deep Lilac #8450BF

Color information

#8450BF (or 0x8450BF) is unknown color: approx Deep Lilac. HEX triplet: 84, 50 and BF. RGB value is (132,80,191). Sum of RGB (Red+Green+Blue) = 132+80+191=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 80 (31.64% from 255 or 19.85% 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 #8450BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450BF is #7BAF40. Grayscale: #6B6B6B. Windows color (decimal): -8105793 or 12537988. OLE color: 12537988.

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

Color convert

RGB13280191-
CMYK0.310.5800.25
HSL268.11º46.44%53.14%-
HSV(B)268.11º58.12%74.9%-
XYZ21.7914.450.92-
YUV108.2174.73144.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 80 (31.64% from 255) = 19.85%
BLUE value IS 191 (75% from 255) = 47.39%
R=32.75%
G=19.85%
B=47.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132801910.310.5800.25268.1146.4453.14
Hex8450BF1F3A01910c2e35
Octal20412027737720314145665
Binary1000010010100001011111111111111010011001100001100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8450BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8450BF; }

 p { color: rgb(132,80,191); }

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

<style>
 a { background-color: #8450BF; }

 a { background-color: rgb(132,80,191); }

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

<style>
 span { border-color: #8450BF; }

 span { border-color: rgb(132,80,191); }

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