Html Css Color HEX #987BD6 Medium Purple

📋 copy color: '#987BD6'

red 152 ◦ green 123 ◦ blue 214

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

Shades of Medium Purple #987BD6

Tints of Medium Purple #987BD6

RGB

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

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

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

R = 31.08%
G = 25.15%
B = 43.76%

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

#987BD6 (or 0x987BD6) is known color: Medium Purple. HEX triplet: 98, 7B and D6. RGB value is (152,123,214). Sum of RGB (Red+Green+Blue) = 152+123+214=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #987BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BD6 is #678429. Grayscale: #8D8D8D. Windows color (decimal): -6784042 or 14056344. OLE color: 14056344.

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

Color convert

RGB 152 123 214 -
CMYK 0.29 0.43 0 0.16
HSL 259.12º 0.53% 0.66% -
HSV(B) 259.12º 0.43% 0.84% -
XYZ 32.17 25.7 66.88 -
YUV 142.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 152 123 214 0.29 0.43 0 0.16 259.12 0.53 0.66
Hex 98 7B D6 1D 2B 0 10 103 35 42
Octal 230 173 326 35 53 0 20 403 65 102
Binary 10011000 1111011 11010110 11101 101011 0 10000 100000011 110101 1000010

Color Harmonies of #987BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987BD6

Black with #987BD6

Text Example


Text Example

White with #987BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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