Html Css Color HEX #987AE7 Medium Purple

📋 copy color: '#987AE7'

red 152 ◦ green 122 ◦ blue 231

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

Shades of Medium Purple #987AE7

Tints of Medium Purple #987AE7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.16%

 BLUE value IS 231 (90.63% from 255) = 45.74%

R = 30.1%
G = 24.16%
B = 45.74%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#987AE7 (or 0x987AE7) is known color: Medium Purple. HEX triplet: 98, 7A and E7. RGB value is (152,122,231). Sum of RGB (Red+Green+Blue) = 152+122+231=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #987AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987AE7 is #678518. Grayscale: #8E8E8E. Windows color (decimal): -6784281 or 15170200. OLE color: 15170200.

HSL color Cylindrical-coordinate representation of color #987AE7: hue angle of 256.51º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987AE7 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 152 122 231 -
CMYK 0.34 0.47 0 0.09
HSL 256.51º 0.69% 0.69% -
HSV(B) 256.51º 0.47% 0.91% -
XYZ 34.33 26.36 78.88 -
YUV 143.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 152 122 231 0.34 0.47 0 0.09 256.51 0.69 0.69
Hex 98 7A E7 22 2F 0 9 101 45 45
Octal 230 172 347 42 57 0 11 401 105 105
Binary 10011000 1111010 11100111 100010 101111 0 1001 100000001 1000101 1000101

Color Harmonies of #987AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987AE7

Black with #987AE7

Text Example


Text Example

White with #987AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,122,231); }

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

background-color css

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

 a { background-color: rgb(152,122,231); }

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

border-color css

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

 span { border-color: rgb(152,122,231); }

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