Html Css Color HEX #987EDD Medium Purple

📋 copy color: '#987EDD'

red 152 ◦ green 126 ◦ blue 221

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

Shades of Medium Purple #987EDD

Tints of Medium Purple #987EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.25%

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 30.46%
G = 25.25%
B = 44.29%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#987EDD (or 0x987EDD) is known color: Medium Purple. HEX triplet: 98, 7E and DD. RGB value is (152,126,221). Sum of RGB (Red+Green+Blue) = 152+126+221=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #987EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EDD is #678122. Grayscale: #909090. Windows color (decimal): -6783267 or 14515864. OLE color: 14515864.

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

Color convert

RGB 152 126 221 -
CMYK 0.31 0.43 0 0.13
HSL 256.42º 0.58% 0.68% -
HSV(B) 256.42º 0.43% 0.87% -
XYZ 33.46 26.82 71.82 -
YUV 144.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 152 126 221 0.31 0.43 0 0.13 256.42 0.58 0.68
Hex 98 7E DD 1F 2B 0 D 100 3A 44
Octal 230 176 335 37 53 0 15 400 72 104
Binary 10011000 1111110 11011101 11111 101011 0 1101 100000000 111010 1000100

Color Harmonies of #987EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987EDD

Black with #987EDD

Text Example


Text Example

White with #987EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,126,221); }

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

background-color css

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

 a { background-color: rgb(152,126,221); }

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

border-color css

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

 span { border-color: rgb(152,126,221); }

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