#8655AF

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

Shades of Deep Lilac #8655AF

Tints of Deep Lilac #8655AF

Color information

#8655AF (or 0x8655AF) is unknown color: approx Deep Lilac. HEX triplet: 86, 55 and AF. RGB value is (134,85,175). Sum of RGB (Red+Green+Blue) = 134+85+175=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #8655AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8655AF is #79AA50. Grayscale: #6D6D6D. Windows color (decimal): -7973457 or 11490694. OLE color: 11490694.

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

Color convert

RGB13485175-
CMYK0.230.5100.31
HSL272.67º36%50.98%-
HSV(B)272.67º51.43%68.63%-
XYZ20.8214.6642.29-
YUV109.91164.73145.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.01%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 175 (68.75% from 255) = 44.42%
R=34.01%
G=21.57%
B=44.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134851750.230.5100.31272.673650.98
Hex8655AF173301F1112433
Octal20612525727630374214463
Binary1000011010101011010111110111110011011111100010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8655AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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