Html Css Color HEX #987AD6 Medium Purple

📋 copy color: '#987AD6'

red 152 ◦ green 122 ◦ blue 214

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

Shades of Medium Purple #987AD6

Tints of Medium Purple #987AD6

RGB

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

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

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

R = 31.15%
G = 25%
B = 43.85%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#987AD6 (or 0x987AD6) is known color: Medium Purple. HEX triplet: 98, 7A and D6. RGB value is (152,122,214). Sum of RGB (Red+Green+Blue) = 152+122+214=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #987AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AD6 is #678529. Grayscale: #8D8D8D. Windows color (decimal): -6784298 or 14056088. OLE color: 14056088.

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

Color convert

RGB 152 122 214 -
CMYK 0.29 0.43 0 0.16
HSL 259.57º 0.53% 0.66% -
HSV(B) 259.57º 0.43% 0.84% -
XYZ 32.05 25.45 66.84 -
YUV 141.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 152 122 214 0.29 0.43 0 0.16 259.57 0.53 0.66
Hex 98 7A D6 1D 2B 0 10 104 35 42
Octal 230 172 326 35 53 0 20 404 65 102
Binary 10011000 1111010 11010110 11101 101011 0 10000 100000100 110101 1000010

Color Harmonies of #987AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987AD6

Black with #987AD6

Text Example


Text Example

White with #987AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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