Html Css Color HEX #986CBC Lilac Bush

📋 copy color: '#986CBC'

red 152 ◦ green 108 ◦ blue 188

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

Shades of Lilac Bush #986CBC

Tints of Lilac Bush #986CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.11%

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 33.93%
G = 24.11%
B = 41.96%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#986CBC (or 0x986CBC) is known color: Lilac Bush. HEX triplet: 98, 6C and BC. RGB value is (152,108,188). Sum of RGB (Red+Green+Blue) = 152+108+188=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #986CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CBC is #679343. Grayscale: #828282. Windows color (decimal): -6787908 or 12348568. OLE color: 12348568.

HSL color Cylindrical-coordinate representation of color #986CBC: hue angle of 273º degrees, saturation: 0.37, 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 #986CBC is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 108 188 -
CMYK 0.19 0.43 0 0.26
HSL 273º 0.37% 0.58% -
HSV(B) 273º 0.43% 0.74% -
XYZ 27.39 21.03 50.19 -
YUV 130.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 152 108 188 0.19 0.43 0 0.26 273 0.37 0.58
Hex 98 6C BC 13 2B 0 1A 111 25 3A
Octal 230 154 274 23 53 0 32 421 45 72
Binary 10011000 1101100 10111100 10011 101011 0 11010 100010001 100101 111010

Color Harmonies of #986CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CBC

Black with #986CBC

Text Example


Text Example

White with #986CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,108,188); }

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

background-color css

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

 a { background-color: rgb(152,108,188); }

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

border-color css

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

 span { border-color: rgb(152,108,188); }

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