Html Css Color HEX #986BBE Lilac Bush

📋 copy color: '#986BBE'

red 152 ◦ green 107 ◦ blue 190

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

Shades of Lilac Bush #986BBE

Tints of Lilac Bush #986BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.83%

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

R = 33.85%
G = 23.83%
B = 42.32%

CMYK

 C value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#986BBE (or 0x986BBE) is known color: Lilac Bush. HEX triplet: 98, 6B and BE. RGB value is (152,107,190). Sum of RGB (Red+Green+Blue) = 152+107+190=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #986BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BBE is #679441. Grayscale: #818181. Windows color (decimal): -6788162 or 12479384. OLE color: 12479384.

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

Color convert

RGB 152 107 190 -
CMYK 0.2 0.44 0 0.25
HSL 272.53º 0.39% 0.58% -
HSV(B) 272.53º 0.44% 0.75% -
XYZ 27.5 20.91 51.3 -
YUV 129.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 152 107 190 0.2 0.44 0 0.25 272.53 0.39 0.58
Hex 98 6B BE 14 2C 0 19 111 27 3A
Octal 230 153 276 24 54 0 31 421 47 72
Binary 10011000 1101011 10111110 10100 101100 0 11001 100010001 100111 111010

Color Harmonies of #986BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BBE

Black with #986BBE

Text Example


Text Example

White with #986BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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