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

📋 copy color: '#987DBA'

red 152 ◦ green 125 ◦ blue 186

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

Shades of Purple Mountain's Majesty #987DBA

Tints of Purple Mountain's Majesty #987DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27%

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

R = 32.83%
G = 27%
B = 40.17%

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

#987DBA (or 0x987DBA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7D and BA. RGB value is (152,125,186). Sum of RGB (Red+Green+Blue) = 152+125+186=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #987DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DBA is #678245. Grayscale: #8B8B8B. Windows color (decimal): -6783558 or 12221848. OLE color: 12221848.

HSL color Cylindrical-coordinate representation of color #987DBA: hue angle of 266.56º degrees, saturation: 0.31, 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 #987DBA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 125 186 -
CMYK 0.18 0.33 0 0.27
HSL 266.56º 0.31% 0.61% -
HSV(B) 266.56º 0.33% 0.73% -
XYZ 29.15 24.89 49.72 -
YUV 140.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 152 125 186 0.18 0.33 0 0.27 266.56 0.31 0.61
Hex 98 7D BA 12 21 0 1B 10B 1F 3D
Octal 230 175 272 22 41 0 33 413 37 75
Binary 10011000 1111101 10111010 10010 100001 0 11011 100001011 11111 111101

Color Harmonies of #987DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DBA

Black with #987DBA

Text Example


Text Example

White with #987DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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