Html Css Color HEX #987AE6 Medium Purple

📋 copy color: '#987AE6'

red 152 ◦ green 122 ◦ blue 230

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

Shades of Medium Purple #987AE6

Tints of Medium Purple #987AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 30.16%
G = 24.21%
B = 45.63%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#987AE6 (or 0x987AE6) is known color: Medium Purple. HEX triplet: 98, 7A and E6. RGB value is (152,122,230). Sum of RGB (Red+Green+Blue) = 152+122+230=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #987AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987AE6 is #678519. Grayscale: #8E8E8E. Windows color (decimal): -6784282 or 15104664. OLE color: 15104664.

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

Color convert

RGB 152 122 230 -
CMYK 0.34 0.47 0 0.10
HSL 256.67º 0.68% 0.69% -
HSV(B) 256.67º 0.47% 0.9% -
XYZ 34.19 26.31 78.14 -
YUV 143.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 152 122 230 0.34 0.47 0 0.10 256.67 0.68 0.69
Hex 98 7A E6 22 2F 0 A 101 44 45
Octal 230 172 346 42 57 0 12 401 104 105
Binary 10011000 1111010 11100110 100010 101111 0 1010 100000001 1000100 1000101

Color Harmonies of #987AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987AE6

Black with #987AE6

Text Example


Text Example

White with #987AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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