Html Css Color HEX #987CD7 Medium Purple

📋 copy color: '#987CD7'

red 152 ◦ green 124 ◦ blue 215

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

Shades of Medium Purple #987CD7

Tints of Medium Purple #987CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.79%

R = 30.96%
G = 25.25%
B = 43.79%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#987CD7 (or 0x987CD7) is known color: Medium Purple. HEX triplet: 98, 7C and D7. RGB value is (152,124,215). Sum of RGB (Red+Green+Blue) = 152+124+215=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #987CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CD7 is #678328. Grayscale: #8E8E8E. Windows color (decimal): -6783785 or 14122136. OLE color: 14122136.

HSL color Cylindrical-coordinate representation of color #987CD7: hue angle of 258.46º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #987CD7 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 124 215 -
CMYK 0.29 0.42 0 0.16
HSL 258.46º 0.53% 0.66% -
HSV(B) 258.46º 0.42% 0.84% -
XYZ 32.42 26 67.6 -
YUV 142.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 152 124 215 0.29 0.42 0 0.16 258.46 0.53 0.66
Hex 98 7C D7 1D 2A 0 10 102 35 42
Octal 230 174 327 35 52 0 20 402 65 102
Binary 10011000 1111100 11010111 11101 101010 0 10000 100000010 110101 1000010

Color Harmonies of #987CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CD7

Black with #987CD7

Text Example


Text Example

White with #987CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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