#8448B5

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

Shades of Deep Lilac #8448B5

Tints of Deep Lilac #8448B5

Color information

#8448B5 (or 0x8448B5) is unknown color: approx Deep Lilac. HEX triplet: 84, 48 and B5. RGB value is (132,72,181). Sum of RGB (Red+Green+Blue) = 132+72+181=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #8448B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448B5 is #7BB74A. Grayscale: #656565. Windows color (decimal): -8107851 or 11880580. OLE color: 11880580.

HSL color Cylindrical-coordinate representation of color #8448B5: hue angle of 273.03º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8448B5 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13272181-
CMYK0.270.6000.29
HSL273.03º43.08%49.61%-
HSV(B)273.03º60.22%70.98%-
XYZ20.1712.8845.14-
YUV102.37172.38149.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 72 (28.52% from 255) = 18.70%
BLUE value IS 181 (71.09% from 255) = 47.01%
R=34.29%
G=18.70%
B=47.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132721810.270.6000.29273.0343.0849.61
Hex8448B51B3C01D1112b32
Octal20411026533740354215362
Binary1000010010010001011010111011111100011101100010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8448B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8448B5; }

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

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

<style>
 a { background-color: #8448B5; }

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

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

<style>
 span { border-color: #8448B5; }

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

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