Html Css Color HEX #987DC1 Lilac Bush

📋 copy color: '#987DC1'

red 152 ◦ green 125 ◦ blue 193

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

Shades of Lilac Bush #987DC1

Tints of Lilac Bush #987DC1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.6%

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

R = 32.34%
G = 26.6%
B = 41.06%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#987DC1 (or 0x987DC1) is known color: Lilac Bush. HEX triplet: 98, 7D and C1. RGB value is (152,125,193). Sum of RGB (Red+Green+Blue) = 152+125+193=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #987DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DC1 is #67823E. Grayscale: #8C8C8C. Windows color (decimal): -6783551 or 12680600. OLE color: 12680600.

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

Color convert

RGB 152 125 193 -
CMYK 0.21 0.35 0 0.24
HSL 263.82º 0.35% 0.62% -
HSV(B) 263.82º 0.35% 0.76% -
XYZ 29.91 25.19 53.74 -
YUV 140.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 152 125 193 0.21 0.35 0 0.24 263.82 0.35 0.62
Hex 98 7D C1 15 23 0 18 108 23 3E
Octal 230 175 301 25 43 0 30 410 43 76
Binary 10011000 1111101 11000001 10101 100011 0 11000 100001000 100011 111110

Color Harmonies of #987DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DC1

Black with #987DC1

Text Example


Text Example

White with #987DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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