#8648AE

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

Shades of Deep Lilac #8648AE

Tints of Deep Lilac #8648AE

Color information

#8648AE (or 0x8648AE) is unknown color: approx Deep Lilac. HEX triplet: 86, 48 and AE. RGB value is (134,72,174). Sum of RGB (Red+Green+Blue) = 134+72+174=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #8648AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8648AE is #79B751. Grayscale: #656565. Windows color (decimal): -7976786 or 11421830. OLE color: 11421830.

HSL color Cylindrical-coordinate representation of color #8648AE: hue angle of 276.47º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8648AE is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13472174-
CMYK0.230.5900.32
HSL276.47º41.46%48.24%-
HSV(B)276.47º58.62%68.24%-
XYZ19.7912.7641.46-
YUV102.17168.54150.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=35.26%
G=18.95%
B=45.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134721740.230.5900.32276.4741.4648.24
Hex8648AE173B0201142930
Octal20611025627730404245160
Binary10000110100100010101110101111110110100000100010100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8648AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8648AE; }

 p { color: rgb(134,72,174); }

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

<style>
 a { background-color: #8648AE; }

 a { background-color: rgb(134,72,174); }

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

<style>
 span { border-color: #8648AE; }

 span { border-color: rgb(134,72,174); }

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