#8948AF

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

Shades of Deep Lilac #8948AF

Tints of Deep Lilac #8948AF

Color information

#8948AF (or 0x8948AF) is unknown color: approx Deep Lilac. HEX triplet: 89, 48 and AF. RGB value is (137,72,175). Sum of RGB (Red+Green+Blue) = 137+72+175=384 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.68% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #8948AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8948AF is #76B750. Grayscale: #666666. Windows color (decimal): -7780177 or 11487369. OLE color: 11487369.

HSL color Cylindrical-coordinate representation of color #8948AF: hue angle of 277.86º 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 #8948AF is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13772175-
CMYK0.220.5900.31
HSL277.86º41.7%48.43%-
HSV(B)277.86º58.86%68.63%-
XYZ20.3713.0542-
YUV103.18168.53152.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.68%
GREEN value IS 72 (28.52% from 255) = 18.75%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=35.68%
G=18.75%
B=45.57%

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
Decimal137721750.220.5900.31277.8641.748.43
Hex8948AF163B01F1162a30
Octal21111025726730374265260
Binary1000100110010001010111110110111011011111100010110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8948AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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