Html Css Color HEX #987BD5 Medium Purple

📋 copy color: '#987BD5'

red 152 ◦ green 123 ◦ blue 213

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

Shades of Medium Purple #987BD5

Tints of Medium Purple #987BD5

RGB

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

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

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

R = 31.15%
G = 25.2%
B = 43.65%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#987BD5 (or 0x987BD5) is known color: Medium Purple. HEX triplet: 98, 7B and D5. RGB value is (152,123,213). Sum of RGB (Red+Green+Blue) = 152+123+213=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #987BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BD5 is #67842A. Grayscale: #8D8D8D. Windows color (decimal): -6784043 or 13990808. OLE color: 13990808.

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

Color convert

RGB 152 123 213 -
CMYK 0.29 0.42 0 0.16
HSL 259.33º 0.52% 0.66% -
HSV(B) 259.33º 0.42% 0.84% -
XYZ 32.04 25.65 66.21 -
YUV 141.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 152 123 213 0.29 0.42 0 0.16 259.33 0.52 0.66
Hex 98 7B D5 1D 2A 0 10 103 34 42
Octal 230 173 325 35 52 0 20 403 64 102
Binary 10011000 1111011 11010101 11101 101010 0 10000 100000011 110100 1000010

Color Harmonies of #987BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987BD5

Black with #987BD5

Text Example


Text Example

White with #987BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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