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

📋 copy color: '#987FBA'

red 152 ◦ green 127 ◦ blue 186

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

Shades of Purple Mountain's Majesty #987FBA

Tints of Purple Mountain's Majesty #987FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 32.69%
G = 27.31%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#987FBA (or 0x987FBA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7F and BA. RGB value is (152,127,186). Sum of RGB (Red+Green+Blue) = 152+127+186=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #987FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FBA is #678045. Grayscale: #8C8C8C. Windows color (decimal): -6783046 or 12222360. OLE color: 12222360.

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

Color convert

RGB 152 127 186 -
CMYK 0.18 0.32 0 0.27
HSL 265.42º 0.3% 0.61% -
HSV(B) 265.42º 0.32% 0.73% -
XYZ 29.4 25.4 49.81 -
YUV 141.2 153.28 135.7 -
System Red Green Blue C M Y K H S L
Decimal 152 127 186 0.18 0.32 0 0.27 265.42 0.3 0.61
Hex 98 7F BA 12 20 0 1B 109 1E 3D
Octal 230 177 272 22 40 0 33 411 36 75
Binary 10011000 1111111 10111010 10010 100000 0 11011 100001001 11110 111101

Color Harmonies of #987FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FBA

Black with #987FBA

Text Example


Text Example

White with #987FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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