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

📋 copy color: '#987CBF'

red 152 ◦ green 124 ◦ blue 191

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

Shades of Purple Mountain's Majesty #987CBF

Tints of Purple Mountain's Majesty #987CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.9%

R = 32.55%
G = 26.55%
B = 40.9%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#987CBF (or 0x987CBF) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7C and BF. RGB value is (152,124,191). Sum of RGB (Red+Green+Blue) = 152+124+191=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #987CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CBF is #678340. Grayscale: #8B8B8B. Windows color (decimal): -6783809 or 12549272. OLE color: 12549272.

HSL color Cylindrical-coordinate representation of color #987CBF: hue angle of 265.07º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #987CBF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 124 191 -
CMYK 0.20 0.35 0 0.25
HSL 265.07º 0.34% 0.62% -
HSV(B) 265.07º 0.35% 0.75% -
XYZ 29.56 24.85 52.53 -
YUV 140.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 152 124 191 0.20 0.35 0 0.25 265.07 0.34 0.62
Hex 98 7C BF 14 23 0 19 109 22 3E
Octal 230 174 277 24 43 0 31 411 42 76
Binary 10011000 1111100 10111111 10100 100011 0 11001 100001001 100010 111110

Color Harmonies of #987CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CBF

Black with #987CBF

Text Example


Text Example

White with #987CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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