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

📋 copy color: '#987FB5'

red 152 ◦ green 127 ◦ blue 181

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

Shades of Purple Mountain's Majesty #987FB5

Tints of Purple Mountain's Majesty #987FB5

RGB

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

 GREEN value IS 127 (50% from 255) = 27.61%

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 33.04%
G = 27.61%
B = 39.35%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#987FB5 (or 0x987FB5) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7F and B5. RGB value is (152,127,181). Sum of RGB (Red+Green+Blue) = 152+127+181=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #987FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FB5 is #67804A. Grayscale: #8C8C8C. Windows color (decimal): -6783051 or 11894680. OLE color: 11894680.

HSL color Cylindrical-coordinate representation of color #987FB5: hue angle of 267.78º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #987FB5 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 127 181 -
CMYK 0.16 0.30 0 0.29
HSL 267.78º 0.27% 0.6% -
HSV(B) 267.78º 0.3% 0.71% -
XYZ 28.88 25.19 47.06 -
YUV 140.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 152 127 181 0.16 0.30 0 0.29 267.78 0.27 0.6
Hex 98 7F B5 10 1E 0 1D 10C 1B 3C
Octal 230 177 265 20 36 0 35 414 33 74
Binary 10011000 1111111 10110101 10000 11110 0 11101 100001100 11011 111100

Color Harmonies of #987FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FB5

Black with #987FB5

Text Example


Text Example

White with #987FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,181); }

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

background-color css

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

 a { background-color: rgb(152,127,181); }

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

border-color css

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

 span { border-color: rgb(152,127,181); }

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