Html Css Color HEX #987CD6 Medium Purple

📋 copy color: '#987CD6'

red 152 ◦ green 124 ◦ blue 214

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

Shades of Medium Purple #987CD6

Tints of Medium Purple #987CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 31.02%
G = 25.31%
B = 43.67%

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

#987CD6 (or 0x987CD6) is known color: Medium Purple. HEX triplet: 98, 7C and D6. RGB value is (152,124,214). Sum of RGB (Red+Green+Blue) = 152+124+214=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #987CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CD6 is #678329. Grayscale: #8E8E8E. Windows color (decimal): -6783786 or 14056600. OLE color: 14056600.

HSL color Cylindrical-coordinate representation of color #987CD6: hue angle of 258.67º degrees, saturation: 0.52, 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 #987CD6 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 124 214 -
CMYK 0.29 0.42 0 0.16
HSL 258.67º 0.52% 0.66% -
HSV(B) 258.67º 0.42% 0.84% -
XYZ 32.29 25.95 66.92 -
YUV 142.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 152 124 214 0.29 0.42 0 0.16 258.67 0.52 0.66
Hex 98 7C D6 1D 2A 0 10 103 34 42
Octal 230 174 326 35 52 0 20 403 64 102
Binary 10011000 1111100 11010110 11101 101010 0 10000 100000011 110100 1000010

Color Harmonies of #987CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CD6

Black with #987CD6

Text Example


Text Example

White with #987CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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