#8750af

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

Shades of Deep Lilac #8750AF

Tints of Deep Lilac #8750AF

Color information

#8750AF (or 0x8750AF) is unknown color: approx Deep Lilac. HEX triplet: 87, 50 and AF. RGB value is (135,80,175). Sum of RGB (Red+Green+Blue) = 135+80+175=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #8750AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8750AF is #78AF50. Grayscale: #6A6A6A. Windows color (decimal): -7909201 or 11489415. OLE color: 11489415.

HSL color Cylindrical-coordinate representation of color #8750AF: hue angle of 274.74º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8750AF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13580175-
CMYK0.230.5400.31
HSL274.74º37.25%50%-
HSV(B)274.74º54.29%68.63%-
XYZ20.613.9842.17-
YUV107.28166.22147.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=34.62%
G=20.51%
B=44.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135801750.230.5400.31274.7437.2550
Hex8750AF173601F1132532
Octal20712025727660374234562
Binary1000011110100001010111110111110110011111100010011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8750af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8750af; }

 p { color: rgb(135,80,175); }

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

<style>
 a { background-color: #8750af; }

 a { background-color: rgb(135,80,175); }

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

<style>
 span { border-color: #8750af; }

 span { border-color: rgb(135,80,175); }

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