#8450b5

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

Shades of Deep Lilac #8450B5

Tints of Deep Lilac #8450B5

Color information

#8450B5 (or 0x8450B5) is unknown color: approx Deep Lilac. HEX triplet: 84, 50 and B5. RGB value is (132,80,181). Sum of RGB (Red+Green+Blue) = 132+80+181=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 181 - color contains mainly: blue. Hex color #8450B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450B5 is #7BAF4A. Grayscale: #6A6A6A. Windows color (decimal): -8105803 or 11882628. OLE color: 11882628.

HSL color Cylindrical-coordinate representation of color #8450B5: hue angle of 270.89º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8450B5 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13280181-
CMYK0.270.5600.29
HSL270.89º40.56%51.18%-
HSV(B)270.89º55.8%70.98%-
XYZ20.7213.9845.32-
YUV107.06169.73145.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 181 (71.09% from 255) = 46.06%
R=33.59%
G=20.36%
B=46.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132801810.270.5600.29270.8940.5651.18
Hex8450B51B3801D10f2933
Octal20412026533700354175163
Binary1000010010100001011010111011111000011101100001111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8450b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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