Html Css Color HEX #986DBE Lilac Bush

📋 copy color: '#986DBE'

red 152 ◦ green 109 ◦ blue 190

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

Shades of Lilac Bush #986DBE

Tints of Lilac Bush #986DBE

RGB

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

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

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

R = 33.7%
G = 24.17%
B = 42.13%

CMYK

 C value IS 0.2

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#986DBE (or 0x986DBE) is known color: Lilac Bush. HEX triplet: 98, 6D and BE. RGB value is (152,109,190). Sum of RGB (Red+Green+Blue) = 152+109+190=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #986DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DBE is #679241. Grayscale: #828282. Windows color (decimal): -6787650 or 12479896. OLE color: 12479896.

HSL color Cylindrical-coordinate representation of color #986DBE: hue angle of 271.85º degrees, saturation: 0.38, 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 #986DBE is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 109 190 -
CMYK 0.2 0.43 0 0.25
HSL 271.85º 0.38% 0.59% -
HSV(B) 271.85º 0.43% 0.75% -
XYZ 27.71 21.33 51.37 -
YUV 131.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 152 109 190 0.2 0.43 0 0.25 271.85 0.38 0.59
Hex 98 6D BE 14 2B 0 19 110 26 3B
Octal 230 155 276 24 53 0 31 420 46 73
Binary 10011000 1101101 10111110 10100 101011 0 11001 100010000 100110 111011

Color Harmonies of #986DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DBE

Black with #986DBE

Text Example


Text Example

White with #986DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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