Html Css Color HEX #986BBD Lilac Bush

📋 copy color: '#986BBD'

red 152 ◦ green 107 ◦ blue 189

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

Shades of Lilac Bush #986BBD

Tints of Lilac Bush #986BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 33.93%
G = 23.88%
B = 42.19%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#986BBD (or 0x986BBD) is known color: Lilac Bush. HEX triplet: 98, 6B and BD. RGB value is (152,107,189). Sum of RGB (Red+Green+Blue) = 152+107+189=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #986BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BBD is #679442. Grayscale: #818181. Windows color (decimal): -6788163 or 12413848. OLE color: 12413848.

HSL color Cylindrical-coordinate representation of color #986BBD: hue angle of 272.93º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #986BBD is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 107 189 -
CMYK 0.20 0.43 0 0.26
HSL 272.93º 0.38% 0.58% -
HSV(B) 272.93º 0.43% 0.74% -
XYZ 27.39 20.86 50.73 -
YUV 129.8 161.41 143.83 -
System Red Green Blue C M Y K H S L
Decimal 152 107 189 0.20 0.43 0 0.26 272.93 0.38 0.58
Hex 98 6B BD 14 2B 0 1A 111 26 3A
Octal 230 153 275 24 53 0 32 421 46 72
Binary 10011000 1101011 10111101 10100 101011 0 11010 100010001 100110 111010

Color Harmonies of #986BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BBD

Black with #986BBD

Text Example


Text Example

White with #986BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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