#8448B4

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

Shades of Deep Lilac #8448B4

Tints of Deep Lilac #8448B4

Color information

#8448B4 (or 0x8448B4) is unknown color: approx Deep Lilac. HEX triplet: 84, 48 and B4. RGB value is (132,72,180). Sum of RGB (Red+Green+Blue) = 132+72+180=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #8448B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8448B4 is #7BB74B. Grayscale: #656565. Windows color (decimal): -8107852 or 11815044. OLE color: 11815044.

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

Color convert

RGB13272180-
CMYK0.270.6000.29
HSL273.33º42.86%49.41%-
HSV(B)273.33º60%70.59%-
XYZ20.0712.8444.6-
YUV102.25171.88149.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 72 (28.52% from 255) = 18.75%
BLUE value IS 180 (70.70% from 255) = 46.88%
R=34.38%
G=18.75%
B=46.88%

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
Decimal132721800.270.6000.29273.3342.8649.41
Hex8448B41B3C01D1112b31
Octal20411026433740354215361
Binary1000010010010001011010011011111100011101100010001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8448B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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