Html Css Color HEX #986DBC Lilac Bush

📋 copy color: '#986DBC'

red 152 ◦ green 109 ◦ blue 188

#986DBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #986DBC

Tints of Lilac Bush #986DBC

RGB

 RED value IS 152 (59.77% from 255) = 33.85%

 GREEN value IS 109 (42.97% from 255) = 24.28%

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 33.85%
G = 24.28%
B = 41.87%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#986DBC (or 0x986DBC) is known color: Lilac Bush. HEX triplet: 98, 6D and BC. RGB value is (152,109,188). Sum of RGB (Red+Green+Blue) = 152+109+188=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #986DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DBC is #679243. Grayscale: #828282. Windows color (decimal): -6787652 or 12348824. OLE color: 12348824.

HSL color Cylindrical-coordinate representation of color #986DBC: hue angle of 272.66º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #986DBC is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 109 188 -
CMYK 0.19 0.42 0 0.26
HSL 272.66º 0.37% 0.58% -
HSV(B) 272.66º 0.42% 0.74% -
XYZ 27.49 21.24 50.23 -
YUV 130.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 152 109 188 0.19 0.42 0 0.26 272.66 0.37 0.58
Hex 98 6D BC 13 2A 0 1A 111 25 3A
Octal 230 155 274 23 52 0 32 421 45 72
Binary 10011000 1101101 10111100 10011 101010 0 11010 100010001 100101 111010

Color Harmonies of #986DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DBC

Black with #986DBC

Text Example


Text Example

White with #986DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,109,188); }

 H1.HeaderClassName
 {
   color: #986DBC;
 }
 .AnyTagClassName
 {
   color: #986DBC;
 }
</style>

background-color css

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

 a { background-color: rgb(152,109,188); }

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

border-color css

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

 span { border-color: rgb(152,109,188); }

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