Html Css Color HEX #987CD9 Medium Purple

📋 copy color: '#987CD9'

red 152 ◦ green 124 ◦ blue 217

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

Shades of Medium Purple #987CD9

Tints of Medium Purple #987CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.02%

R = 30.83%
G = 25.15%
B = 44.02%

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

#987CD9 (or 0x987CD9) is known color: Medium Purple. HEX triplet: 98, 7C and D9. RGB value is (152,124,217). Sum of RGB (Red+Green+Blue) = 152+124+217=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #987CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CD9 is #678326. Grayscale: #8E8E8E. Windows color (decimal): -6783783 or 14253208. OLE color: 14253208.

HSL color Cylindrical-coordinate representation of color #987CD9: hue angle of 258.06º degrees, saturation: 0.55, 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 #987CD9 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 124 217 -
CMYK 0.30 0.43 0 0.15
HSL 258.06º 0.55% 0.67% -
HSV(B) 258.06º 0.43% 0.85% -
XYZ 32.68 26.1 68.96 -
YUV 142.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 152 124 217 0.30 0.43 0 0.15 258.06 0.55 0.67
Hex 98 7C D9 1E 2B 0 F 102 37 43
Octal 230 174 331 36 53 0 17 402 67 103
Binary 10011000 1111100 11011001 11110 101011 0 1111 100000010 110111 1000011

Color Harmonies of #987CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CD9

Black with #987CD9

Text Example


Text Example

White with #987CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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