Html Css Color HEX #987CDC Medium Purple

📋 copy color: '#987CDC'

red 152 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #987CDC

Tints of Medium Purple #987CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 30.65%
G = 25%
B = 44.35%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#987CDC (or 0x987CDC) is known color: Medium Purple. HEX triplet: 98, 7C and DC. RGB value is (152,124,220). Sum of RGB (Red+Green+Blue) = 152+124+220=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #987CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CDC is #678323. Grayscale: #8E8E8E. Windows color (decimal): -6783780 or 14449816. OLE color: 14449816.

HSL color Cylindrical-coordinate representation of color #987CDC: hue angle of 257.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987CDC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 124 220 -
CMYK 0.31 0.44 0 0.14
HSL 257.5º 0.58% 0.67% -
HSV(B) 257.5º 0.44% 0.86% -
XYZ 33.07 26.26 71.04 -
YUV 143.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 152 124 220 0.31 0.44 0 0.14 257.5 0.58 0.67
Hex 98 7C DC 1F 2C 0 E 102 3A 43
Octal 230 174 334 37 54 0 16 402 72 103
Binary 10011000 1111100 11011100 11111 101100 0 1110 100000010 111010 1000011

Color Harmonies of #987CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CDC

Black with #987CDC

Text Example


Text Example

White with #987CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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