Html Css Color HEX #987FDA Medium Purple

📋 copy color: '#987FDA'

red 152 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #987FDA

Tints of Medium Purple #987FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.55%

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 30.58%
G = 25.55%
B = 43.86%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#987FDA (or 0x987FDA) is known color: Medium Purple. HEX triplet: 98, 7F and DA. RGB value is (152,127,218). Sum of RGB (Red+Green+Blue) = 152+127+218=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #987FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FDA is #678025. Grayscale: #909090. Windows color (decimal): -6783014 or 14319512. OLE color: 14319512.

HSL color Cylindrical-coordinate representation of color #987FDA: hue angle of 256.48º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #987FDA is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 127 218 -
CMYK 0.30 0.42 0 0.15
HSL 256.48º 0.55% 0.68% -
HSV(B) 256.48º 0.42% 0.85% -
XYZ 33.19 26.92 69.78 -
YUV 144.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 152 127 218 0.30 0.42 0 0.15 256.48 0.55 0.68
Hex 98 7F DA 1E 2A 0 F 100 37 44
Octal 230 177 332 36 52 0 17 400 67 104
Binary 10011000 1111111 11011010 11110 101010 0 1111 100000000 110111 1000100

Color Harmonies of #987FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FDA

Black with #987FDA

Text Example


Text Example

White with #987FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,218); }

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

background-color css

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

 a { background-color: rgb(152,127,218); }

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

border-color css

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

 span { border-color: rgb(152,127,218); }

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