Html Css Color HEX #986FBE Lilac Bush

📋 copy color: '#986FBE'

red 152 ◦ green 111 ◦ blue 190

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

Shades of Lilac Bush #986FBE

Tints of Lilac Bush #986FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.5%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 33.55%
G = 24.5%
B = 41.94%

CMYK

 C value IS 0.2

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#986FBE (or 0x986FBE) is known color: Lilac Bush. HEX triplet: 98, 6F and BE. RGB value is (152,111,190). Sum of RGB (Red+Green+Blue) = 152+111+190=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #986FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FBE is #679041. Grayscale: #838383. Windows color (decimal): -6787138 or 12480408. OLE color: 12480408.

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

Color convert

RGB 152 111 190 -
CMYK 0.2 0.42 0 0.25
HSL 271.14º 0.38% 0.59% -
HSV(B) 271.14º 0.42% 0.75% -
XYZ 27.93 21.76 51.44 -
YUV 132.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 152 111 190 0.2 0.42 0 0.25 271.14 0.38 0.59
Hex 98 6F BE 14 2A 0 19 10F 26 3B
Octal 230 157 276 24 52 0 31 417 46 73
Binary 10011000 1101111 10111110 10100 101010 0 11001 100001111 100110 111011

Color Harmonies of #986FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FBE

Black with #986FBE

Text Example


Text Example

White with #986FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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