Html Css Color HEX #987AD5 Medium Purple

📋 copy color: '#987AD5'

red 152 ◦ green 122 ◦ blue 213

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

Shades of Medium Purple #987AD5

Tints of Medium Purple #987AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.74%

R = 31.21%
G = 25.05%
B = 43.74%

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

#987AD5 (or 0x987AD5) is known color: Medium Purple. HEX triplet: 98, 7A and D5. RGB value is (152,122,213). Sum of RGB (Red+Green+Blue) = 152+122+213=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #987AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AD5 is #67852A. Grayscale: #8D8D8D. Windows color (decimal): -6784299 or 13990552. OLE color: 13990552.

HSL color Cylindrical-coordinate representation of color #987AD5: hue angle of 259.78º degrees, saturation: 0.52, 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 #987AD5 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 122 213 -
CMYK 0.29 0.43 0 0.16
HSL 259.78º 0.52% 0.66% -
HSV(B) 259.78º 0.43% 0.84% -
XYZ 31.92 25.4 66.17 -
YUV 141.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 152 122 213 0.29 0.43 0 0.16 259.78 0.52 0.66
Hex 98 7A D5 1D 2B 0 10 104 34 42
Octal 230 172 325 35 53 0 20 404 64 102
Binary 10011000 1111010 11010101 11101 101011 0 10000 100000100 110100 1000010

Color Harmonies of #987AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987AD5

Black with #987AD5

Text Example


Text Example

White with #987AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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