Html Css Color HEX #987EDE Medium Purple

📋 copy color: '#987EDE'

red 152 ◦ green 126 ◦ blue 222

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

Shades of Medium Purple #987EDE

Tints of Medium Purple #987EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 30.4%
G = 25.2%
B = 44.4%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#987EDE (or 0x987EDE) is known color: Medium Purple. HEX triplet: 98, 7E and DE. RGB value is (152,126,222). Sum of RGB (Red+Green+Blue) = 152+126+222=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #987EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EDE is #678121. Grayscale: #909090. Windows color (decimal): -6783266 or 14581400. OLE color: 14581400.

HSL color Cylindrical-coordinate representation of color #987EDE: hue angle of 256.25º degrees, saturation: 0.59, 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 #987EDE is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 126 222 -
CMYK 0.32 0.43 0 0.13
HSL 256.25º 0.59% 0.68% -
HSV(B) 256.25º 0.43% 0.87% -
XYZ 33.59 26.87 72.52 -
YUV 144.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 152 126 222 0.32 0.43 0 0.13 256.25 0.59 0.68
Hex 98 7E DE 20 2B 0 D 100 3B 44
Octal 230 176 336 40 53 0 15 400 73 104
Binary 10011000 1111110 11011110 100000 101011 0 1101 100000000 111011 1000100

Color Harmonies of #987EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987EDE

Black with #987EDE

Text Example


Text Example

White with #987EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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