Html Css Color HEX #987BD8 Medium Purple

📋 copy color: '#987BD8'

red 152 ◦ green 123 ◦ blue 216

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

Shades of Medium Purple #987BD8

Tints of Medium Purple #987BD8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.05%

 BLUE value IS 216 (84.77% from 255) = 43.99%

R = 30.96%
G = 25.05%
B = 43.99%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#987BD8 (or 0x987BD8) is known color: Medium Purple. HEX triplet: 98, 7B and D8. RGB value is (152,123,216). Sum of RGB (Red+Green+Blue) = 152+123+216=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #987BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BD8 is #678427. Grayscale: #8D8D8D. Windows color (decimal): -6784040 or 14187416. OLE color: 14187416.

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

Color convert

RGB 152 123 216 -
CMYK 0.30 0.43 0 0.15
HSL 258.71º 0.54% 0.66% -
HSV(B) 258.71º 0.43% 0.85% -
XYZ 32.43 25.8 68.24 -
YUV 142.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 152 123 216 0.30 0.43 0 0.15 258.71 0.54 0.66
Hex 98 7B D8 1E 2B 0 F 103 36 42
Octal 230 173 330 36 53 0 17 403 66 102
Binary 10011000 1111011 11011000 11110 101011 0 1111 100000011 110110 1000010

Color Harmonies of #987BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987BD8

Black with #987BD8

Text Example


Text Example

White with #987BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,123,216); }

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

background-color css

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

 a { background-color: rgb(152,123,216); }

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

border-color css

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

 span { border-color: rgb(152,123,216); }

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