#986FC7

Color #986FC7 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #986FC7

Tints of Lilac Bush #986FC7

Color information

#986FC7 (or 0x986FC7) is unknown color: approx Lilac Bush. HEX triplet: 98, 6F and C7. RGB value is (152,111,199). Sum of RGB (Red+Green+Blue) = 152+111+199=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 199 - color contains mainly: blue. Hex color #986FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FC7 is #679038. Grayscale: #848484. Windows color (decimal): -6787129 or 13070232. OLE color: 13070232.

HSL color Cylindrical-coordinate representation of color #986FC7: hue angle of 267.95º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #986FC7 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB152111199-
CMYK0.240.4400.22
HSL267.95º44%60.78%-
HSV(B)267.95º44.22%78.04%-
XYZ28.9422.1756.79-
YUV133.29165.08141.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.90%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 199 (78.12% from 255) = 43.07%
R=32.90%
G=24.03%
B=43.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521111990.240.4400.22267.954460.78
Hex986FC7182C01610c2c3d
Octal23015730730540264145475
Binary1001100011011111100011111000101100010110100001100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986FC7; }

 p { color: rgb(152,111,199); }

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

<style>
 a { background-color: #986FC7; }

 a { background-color: rgb(152,111,199); }

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

<style>
 span { border-color: #986FC7; }

 span { border-color: rgb(152,111,199); }

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