Html Css Color HEX #987CD8 Medium Purple

📋 copy color: '#987CD8'

red 152 ◦ green 124 ◦ blue 216

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

Shades of Medium Purple #987CD8

Tints of Medium Purple #987CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 30.89%
G = 25.2%
B = 43.9%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#987CD8 (or 0x987CD8) is known color: Medium Purple. HEX triplet: 98, 7C and D8. RGB value is (152,124,216). Sum of RGB (Red+Green+Blue) = 152+124+216=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #987CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CD8 is #678327. Grayscale: #8E8E8E. Windows color (decimal): -6783784 or 14187672. OLE color: 14187672.

HSL color Cylindrical-coordinate representation of color #987CD8: hue angle of 258.26º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987CD8 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 124 216 -
CMYK 0.30 0.43 0 0.15
HSL 258.26º 0.54% 0.67% -
HSV(B) 258.26º 0.43% 0.85% -
XYZ 32.55 26.05 68.28 -
YUV 142.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 152 124 216 0.30 0.43 0 0.15 258.26 0.54 0.67
Hex 98 7C D8 1E 2B 0 F 102 36 43
Octal 230 174 330 36 53 0 17 402 66 103
Binary 10011000 1111100 11011000 11110 101011 0 1111 100000010 110110 1000011

Color Harmonies of #987CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CD8

Black with #987CD8

Text Example


Text Example

White with #987CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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