#986CC1

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

Shades of Lilac Bush #986CC1

Tints of Lilac Bush #986CC1

Color information

#986CC1 (or 0x986CC1) is unknown color: approx Lilac Bush. HEX triplet: 98, 6C and C1. RGB value is (152,108,193). Sum of RGB (Red+Green+Blue) = 152+108+193=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #986CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CC1 is #67933E. Grayscale: #828282. Windows color (decimal): -6787903 or 12676248. OLE color: 12676248.

HSL color Cylindrical-coordinate representation of color #986CC1: hue angle of 271.06º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #986CC1 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB152108193-
CMYK0.210.4400.24
HSL271.06º40.67%59.02%-
HSV(B)271.06º44.04%75.69%-
XYZ27.9421.2553.08-
YUV130.85163.08143.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.55%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=33.55%
G=23.84%
B=42.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521081930.210.4400.24271.0640.6759.02
Hex986CC1152C01810f293b
Octal23015430125540304175173
Binary1001100011011001100000110101101100011000100001111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,108,193); }

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

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

 a { background-color: rgb(152,108,193); }

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

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

 span { border-color: rgb(152,108,193); }

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