Html Css Color HEX #987CD4 Medium Purple

📋 copy color: '#987CD4'

red 152 ◦ green 124 ◦ blue 212

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

Shades of Medium Purple #987CD4

Tints of Medium Purple #987CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.44%

R = 31.15%
G = 25.41%
B = 43.44%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#987CD4 (or 0x987CD4) is known color: Medium Purple. HEX triplet: 98, 7C and D4. RGB value is (152,124,212). Sum of RGB (Red+Green+Blue) = 152+124+212=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #987CD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CD4 is #67832B. Grayscale: #8E8E8E. Windows color (decimal): -6783788 or 13925528. OLE color: 13925528.

HSL color Cylindrical-coordinate representation of color #987CD4: hue angle of 259.09º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #987CD4 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 124 212 -
CMYK 0.28 0.42 0 0.17
HSL 259.09º 0.51% 0.66% -
HSV(B) 259.09º 0.42% 0.83% -
XYZ 32.04 25.84 65.59 -
YUV 142.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 152 124 212 0.28 0.42 0 0.17 259.09 0.51 0.66
Hex 98 7C D4 1C 2A 0 11 103 33 42
Octal 230 174 324 34 52 0 21 403 63 102
Binary 10011000 1111100 11010100 11100 101010 0 10001 100000011 110011 1000010

Color Harmonies of #987CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CD4

Black with #987CD4

Text Example


Text Example

White with #987CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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