#8650AF

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

Shades of Deep Lilac #8650AF

Tints of Deep Lilac #8650AF

Color information

#8650AF (or 0x8650AF) is unknown color: approx Deep Lilac. HEX triplet: 86, 50 and AF. RGB value is (134,80,175). Sum of RGB (Red+Green+Blue) = 134+80+175=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #8650AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8650AF is #79AF50. Grayscale: #6A6A6A. Windows color (decimal): -7974737 or 11489414. OLE color: 11489414.

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

Color convert

RGB13480175-
CMYK0.230.5400.31
HSL274.11º37.25%50%-
HSV(B)274.11º54.29%68.63%-
XYZ20.4413.942.16-
YUV106.98166.39147.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=34.45%
G=20.57%
B=44.99%

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
Decimal134801750.230.5400.31274.1137.2550
Hex8650AF173601F1122532
Octal20612025727660374224562
Binary1000011010100001010111110111110110011111100010010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8650AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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