Html Css Color HEX #987DDC Medium Purple

📋 copy color: '#987DDC'

red 152 ◦ green 125 ◦ blue 220

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

Shades of Medium Purple #987DDC

Tints of Medium Purple #987DDC

RGB

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

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

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

R = 30.58%
G = 25.15%
B = 44.27%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#987DDC (or 0x987DDC) is known color: Medium Purple. HEX triplet: 98, 7D and DC. RGB value is (152,125,220). Sum of RGB (Red+Green+Blue) = 152+125+220=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #987DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DDC is #678223. Grayscale: #8F8F8F. Windows color (decimal): -6783524 or 14450072. OLE color: 14450072.

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

Color convert

RGB 152 125 220 -
CMYK 0.31 0.43 0 0.14
HSL 257.05º 0.58% 0.68% -
HSV(B) 257.05º 0.43% 0.86% -
XYZ 33.2 26.51 71.08 -
YUV 143.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 152 125 220 0.31 0.43 0 0.14 257.05 0.58 0.68
Hex 98 7D DC 1F 2B 0 E 101 3A 44
Octal 230 175 334 37 53 0 16 401 72 104
Binary 10011000 1111101 11011100 11111 101011 0 1110 100000001 111010 1000100

Color Harmonies of #987DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DDC

Black with #987DDC

Text Example


Text Example

White with #987DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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