#8848AF

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

Shades of Deep Lilac #8848AF

Tints of Deep Lilac #8848AF

Color information

#8848AF (or 0x8848AF) is unknown color: approx Deep Lilac. HEX triplet: 88, 48 and AF. RGB value is (136,72,175). Sum of RGB (Red+Green+Blue) = 136+72+175=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #8848AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8848AF is #77B750. Grayscale: #666666. Windows color (decimal): -7845713 or 11487368. OLE color: 11487368.

HSL color Cylindrical-coordinate representation of color #8848AF: hue angle of 277.28º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8848AF is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13672175-
CMYK0.220.5900.31
HSL277.28º41.7%48.43%-
HSV(B)277.28º58.86%68.63%-
XYZ20.2112.9641.99-
YUV102.88168.7151.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.51%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=35.51%
G=18.80%
B=45.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136721750.220.5900.31277.2841.748.43
Hex8848AF163B01F1152a30
Octal21011025726730374255260
Binary1000100010010001010111110110111011011111100010101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8848AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8848AF; }

 p { color: rgb(136,72,175); }

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

<style>
 a { background-color: #8848AF; }

 a { background-color: rgb(136,72,175); }

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

<style>
 span { border-color: #8848AF; }

 span { border-color: rgb(136,72,175); }

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