Html Css Color HEX #987FD6 Medium Purple

📋 copy color: '#987FD6'

red 152 ◦ green 127 ◦ blue 214

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

Shades of Medium Purple #987FD6

Tints of Medium Purple #987FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 30.83%
G = 25.76%
B = 43.41%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#987FD6 (or 0x987FD6) is known color: Medium Purple. HEX triplet: 98, 7F and D6. RGB value is (152,127,214). Sum of RGB (Red+Green+Blue) = 152+127+214=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #987FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FD6 is #678029. Grayscale: #909090. Windows color (decimal): -6783018 or 14057368. OLE color: 14057368.

HSL color Cylindrical-coordinate representation of color #987FD6: hue angle of 257.24º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #987FD6 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 127 214 -
CMYK 0.29 0.41 0 0.16
HSL 257.24º 0.51% 0.67% -
HSV(B) 257.24º 0.41% 0.84% -
XYZ 32.68 26.71 67.05 -
YUV 144.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 152 127 214 0.29 0.41 0 0.16 257.24 0.51 0.67
Hex 98 7F D6 1D 29 0 10 101 33 43
Octal 230 177 326 35 51 0 20 401 63 103
Binary 10011000 1111111 11010110 11101 101001 0 10000 100000001 110011 1000011

Color Harmonies of #987FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FD6

Black with #987FD6

Text Example


Text Example

White with #987FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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