Html Css Color HEX #987EE1 Medium Purple

📋 copy color: '#987EE1'

red 152 ◦ green 126 ◦ blue 225

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

Shades of Medium Purple #987EE1

Tints of Medium Purple #987EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.73%

R = 30.22%
G = 25.05%
B = 44.73%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#987EE1 (or 0x987EE1) is known color: Medium Purple. HEX triplet: 98, 7E and E1. RGB value is (152,126,225). Sum of RGB (Red+Green+Blue) = 152+126+225=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #987EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EE1 is #67811E. Grayscale: #909090. Windows color (decimal): -6783263 or 14778008. OLE color: 14778008.

HSL color Cylindrical-coordinate representation of color #987EE1: hue angle of 255.76º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987EE1 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 126 225 -
CMYK 0.32 0.44 0 0.12
HSL 255.76º 0.62% 0.69% -
HSV(B) 255.76º 0.44% 0.88% -
XYZ 34 27.03 74.66 -
YUV 145.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 152 126 225 0.32 0.44 0 0.12 255.76 0.62 0.69
Hex 98 7E E1 20 2C 0 C 100 3E 45
Octal 230 176 341 40 54 0 14 400 76 105
Binary 10011000 1111110 11100001 100000 101100 0 1100 100000000 111110 1000101

Color Harmonies of #987EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987EE1

Black with #987EE1

Text Example


Text Example

White with #987EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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