Html Css Color HEX #987AE0 Medium Purple

📋 copy color: '#987AE0'

red 152 ◦ green 122 ◦ blue 224

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

Shades of Medium Purple #987AE0

Tints of Medium Purple #987AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.98%

R = 30.52%
G = 24.5%
B = 44.98%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#987AE0 (or 0x987AE0) is known color: Medium Purple. HEX triplet: 98, 7A and E0. RGB value is (152,122,224). Sum of RGB (Red+Green+Blue) = 152+122+224=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #987AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AE0 is #67851F. Grayscale: #8E8E8E. Windows color (decimal): -6784288 or 14711448. OLE color: 14711448.

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

Color convert

RGB 152 122 224 -
CMYK 0.32 0.46 0 0.12
HSL 257.65º 0.62% 0.68% -
HSV(B) 257.65º 0.46% 0.88% -
XYZ 33.36 25.98 73.78 -
YUV 142.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 152 122 224 0.32 0.46 0 0.12 257.65 0.62 0.68
Hex 98 7A E0 20 2E 0 C 102 3E 44
Octal 230 172 340 40 56 0 14 402 76 104
Binary 10011000 1111010 11100000 100000 101110 0 1100 100000010 111110 1000100

Color Harmonies of #987AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987AE0

Black with #987AE0

Text Example


Text Example

White with #987AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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