#9863AF

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

Shades of Deep Lilac #9863AF

Tints of Deep Lilac #9863AF

Color information

#9863AF (or 0x9863AF) is unknown color: approx Deep Lilac. HEX triplet: 98, 63 and AF. RGB value is (152,99,175). Sum of RGB (Red+Green+Blue) = 152+99+175=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #9863AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9863AF is #679C50. Grayscale: #7B7B7B. Windows color (decimal): -6790225 or 11494296. OLE color: 11494296.

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

Color convert

RGB15299175-
CMYK0.130.4300.31
HSL281.84º32.2%53.73%-
HSV(B)281.84º43.43%68.63%-
XYZ25.1518.6942.84-
YUV123.51157.06148.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=35.68%
G=23.24%
B=41.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152991750.130.4300.31281.8432.253.73
Hex9863AFD2B01F11a2036
Octal23014325715530374324066
Binary100110001100011101011111101101011011111100011010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9863AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,99,175); }

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

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

 a { background-color: rgb(152,99,175); }

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

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

 span { border-color: rgb(152,99,175); }

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