Html Css Color HEX #987CC3 Lilac Bush

📋 copy color: '#987CC3'

red 152 ◦ green 124 ◦ blue 195

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

Shades of Lilac Bush #987CC3

Tints of Lilac Bush #987CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.4%

R = 32.27%
G = 26.33%
B = 41.4%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#987CC3 (or 0x987CC3) is known color: Lilac Bush. HEX triplet: 98, 7C and C3. RGB value is (152,124,195). Sum of RGB (Red+Green+Blue) = 152+124+195=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #987CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CC3 is #67833C. Grayscale: #8C8C8C. Windows color (decimal): -6783805 or 12811416. OLE color: 12811416.

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

Color convert

RGB 152 124 195 -
CMYK 0.22 0.36 0 0.24
HSL 263.66º 0.37% 0.63% -
HSV(B) 263.66º 0.36% 0.76% -
XYZ 30.01 25.03 54.88 -
YUV 140.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 152 124 195 0.22 0.36 0 0.24 263.66 0.37 0.63
Hex 98 7C C3 16 24 0 18 108 25 3F
Octal 230 174 303 26 44 0 30 410 45 77
Binary 10011000 1111100 11000011 10110 100100 0 11000 100001000 100101 111111

Color Harmonies of #987CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CC3

Black with #987CC3

Text Example


Text Example

White with #987CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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