Html Css Color HEX #987DD8 Medium Purple

📋 copy color: '#987DD8'

red 152 ◦ green 125 ◦ blue 216

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

Shades of Medium Purple #987DD8

Tints of Medium Purple #987DD8

RGB

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

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

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

R = 30.83%
G = 25.35%
B = 43.81%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#987DD8 (or 0x987DD8) is known color: Medium Purple. HEX triplet: 98, 7D and D8. RGB value is (152,125,216). Sum of RGB (Red+Green+Blue) = 152+125+216=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #987DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DD8 is #678227. Grayscale: #8F8F8F. Windows color (decimal): -6783528 or 14187928. OLE color: 14187928.

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

Color convert

RGB 152 125 216 -
CMYK 0.30 0.42 0 0.15
HSL 257.8º 0.54% 0.67% -
HSV(B) 257.8º 0.42% 0.85% -
XYZ 32.68 26.3 68.32 -
YUV 143.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 152 125 216 0.30 0.42 0 0.15 257.8 0.54 0.67
Hex 98 7D D8 1E 2A 0 F 102 36 43
Octal 230 175 330 36 52 0 17 402 66 103
Binary 10011000 1111101 11011000 11110 101010 0 1111 100000010 110110 1000011

Color Harmonies of #987DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DD8

Black with #987DD8

Text Example


Text Example

White with #987DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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