Html Css Color HEX #987CC1 Lilac Bush

📋 copy color: '#987CC1'

red 152 ◦ green 124 ◦ blue 193

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

Shades of Lilac Bush #987CC1

Tints of Lilac Bush #987CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.44%

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

R = 32.41%
G = 26.44%
B = 41.15%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#987CC1 (or 0x987CC1) is known color: Lilac Bush. HEX triplet: 98, 7C and C1. RGB value is (152,124,193). Sum of RGB (Red+Green+Blue) = 152+124+193=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #987CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CC1 is #67833E. Grayscale: #8B8B8B. Windows color (decimal): -6783807 or 12680344. OLE color: 12680344.

HSL color Cylindrical-coordinate representation of color #987CC1: hue angle of 264.35º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #987CC1 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 124 193 -
CMYK 0.21 0.36 0 0.24
HSL 264.35º 0.36% 0.62% -
HSV(B) 264.35º 0.36% 0.76% -
XYZ 29.78 24.94 53.7 -
YUV 140.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 152 124 193 0.21 0.36 0 0.24 264.35 0.36 0.62
Hex 98 7C C1 15 24 0 18 108 24 3E
Octal 230 174 301 25 44 0 30 410 44 76
Binary 10011000 1111100 11000001 10101 100100 0 11000 100001000 100100 111110

Color Harmonies of #987CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CC1

Black with #987CC1

Text Example


Text Example

White with #987CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987CC1; }

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

 H1.HeaderClassName
 {
   color: #987CC1;
 }
 .AnyTagClassName
 {
   color: #987CC1;
 }
</style>

background-color css

<style>
 a { background-color: #987CC1; }

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

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

border-color css

<style>
 span { border-color: #987CC1; }

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

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