Html Css Color HEX #986BC1 Lilac Bush

📋 copy color: '#986BC1'

red 152 ◦ green 107 ◦ blue 193

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

Shades of Lilac Bush #986BC1

Tints of Lilac Bush #986BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.7%

R = 33.63%
G = 23.67%
B = 42.7%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#986BC1 (or 0x986BC1) is known color: Lilac Bush. HEX triplet: 98, 6B and C1. RGB value is (152,107,193). Sum of RGB (Red+Green+Blue) = 152+107+193=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #986BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BC1 is #67943E. Grayscale: #818181. Windows color (decimal): -6788159 or 12675992. OLE color: 12675992.

HSL color Cylindrical-coordinate representation of color #986BC1: hue angle of 271.4º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986BC1 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 107 193 -
CMYK 0.21 0.45 0 0.24
HSL 271.4º 0.41% 0.59% -
HSV(B) 271.4º 0.45% 0.76% -
XYZ 27.83 21.04 53.05 -
YUV 130.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 152 107 193 0.21 0.45 0 0.24 271.4 0.41 0.59
Hex 98 6B C1 15 2D 0 18 10F 29 3B
Octal 230 153 301 25 55 0 30 417 51 73
Binary 10011000 1101011 11000001 10101 101101 0 11000 100001111 101001 111011

Color Harmonies of #986BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BC1

Black with #986BC1

Text Example


Text Example

White with #986BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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