Html Css Color HEX #986ABE Lilac Bush

📋 copy color: '#986ABE'

red 152 ◦ green 106 ◦ blue 190

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

Shades of Lilac Bush #986ABE

Tints of Lilac Bush #986ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.66%

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

R = 33.93%
G = 23.66%
B = 42.41%

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

#986ABE (or 0x986ABE) is known color: Lilac Bush. HEX triplet: 98, 6A and BE. RGB value is (152,106,190). Sum of RGB (Red+Green+Blue) = 152+106+190=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #986ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ABE is #679541. Grayscale: #818181. Windows color (decimal): -6788418 or 12479128. OLE color: 12479128.

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

Color convert

RGB 152 106 190 -
CMYK 0.2 0.44 0 0.25
HSL 272.86º 0.39% 0.58% -
HSV(B) 272.86º 0.44% 0.75% -
XYZ 27.4 20.7 51.27 -
YUV 129.33 162.24 144.17 -
System Red Green Blue C M Y K H S L
Decimal 152 106 190 0.2 0.44 0 0.25 272.86 0.39 0.58
Hex 98 6A BE 14 2C 0 19 111 27 3A
Octal 230 152 276 24 54 0 31 421 47 72
Binary 10011000 1101010 10111110 10100 101100 0 11001 100010001 100111 111010

Color Harmonies of #986ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986ABE

Black with #986ABE

Text Example


Text Example

White with #986ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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