Html Css Color HEX #986DBF Lilac Bush

📋 copy color: '#986DBF'

red 152 ◦ green 109 ◦ blue 191

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

Shades of Lilac Bush #986DBF

Tints of Lilac Bush #986DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.26%

R = 33.63%
G = 24.12%
B = 42.26%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#986DBF (or 0x986DBF) is known color: Lilac Bush. HEX triplet: 98, 6D and BF. RGB value is (152,109,191). Sum of RGB (Red+Green+Blue) = 152+109+191=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #986DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DBF is #679240. Grayscale: #828282. Windows color (decimal): -6787649 or 12545432. OLE color: 12545432.

HSL color Cylindrical-coordinate representation of color #986DBF: hue angle of 271.46º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #986DBF is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 109 191 -
CMYK 0.20 0.43 0 0.25
HSL 271.46º 0.39% 0.59% -
HSV(B) 271.46º 0.43% 0.75% -
XYZ 27.82 21.37 51.95 -
YUV 131.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 152 109 191 0.20 0.43 0 0.25 271.46 0.39 0.59
Hex 98 6D BF 14 2B 0 19 10F 27 3B
Octal 230 155 277 24 53 0 31 417 47 73
Binary 10011000 1101101 10111111 10100 101011 0 11001 100001111 100111 111011

Color Harmonies of #986DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DBF

Black with #986DBF

Text Example


Text Example

White with #986DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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