Html Css Color HEX #987CB9 Purple Mountain's Majesty

📋 copy color: '#987CB9'

red 152 ◦ green 124 ◦ blue 185

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

Shades of Purple Mountain's Majesty #987CB9

Tints of Purple Mountain's Majesty #987CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 32.97%
G = 26.9%
B = 40.13%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#987CB9 (or 0x987CB9) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7C and B9. RGB value is (152,124,185). Sum of RGB (Red+Green+Blue) = 152+124+185=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #987CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CB9 is #678346. Grayscale: #8B8B8B. Windows color (decimal): -6783815 or 12156056. OLE color: 12156056.

HSL color Cylindrical-coordinate representation of color #987CB9: hue angle of 267.54º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #987CB9 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 124 185 -
CMYK 0.18 0.33 0 0.27
HSL 267.54º 0.3% 0.61% -
HSV(B) 267.54º 0.33% 0.73% -
XYZ 28.91 24.59 49.12 -
YUV 139.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 152 124 185 0.18 0.33 0 0.27 267.54 0.3 0.61
Hex 98 7C B9 12 21 0 1B 10C 1E 3D
Octal 230 174 271 22 41 0 33 414 36 75
Binary 10011000 1111100 10111001 10010 100001 0 11011 100001100 11110 111101

Color Harmonies of #987CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CB9

Black with #987CB9

Text Example


Text Example

White with #987CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,124,185); }

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

background-color css

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

 a { background-color: rgb(152,124,185); }

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

border-color css

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

 span { border-color: rgb(152,124,185); }

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