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

📋 copy color: '#987BBE'

red 152 ◦ green 123 ◦ blue 190

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

Shades of Purple Mountain's Majesty #987BBE

Tints of Purple Mountain's Majesty #987BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.45%

 BLUE value IS 190 (74.61% from 255) = 40.86%

R = 32.69%
G = 26.45%
B = 40.86%

CMYK

 C value IS 0.2

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#987BBE (or 0x987BBE) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7B and BE. RGB value is (152,123,190). Sum of RGB (Red+Green+Blue) = 152+123+190=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #987BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BBE is #678441. Grayscale: #8B8B8B. Windows color (decimal): -6784066 or 12483480. OLE color: 12483480.

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

Color convert

RGB 152 123 190 -
CMYK 0.2 0.35 0 0.25
HSL 265.97º 0.34% 0.61% -
HSV(B) 265.97º 0.35% 0.75% -
XYZ 29.33 24.56 51.91 -
YUV 139.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 152 123 190 0.2 0.35 0 0.25 265.97 0.34 0.61
Hex 98 7B BE 14 23 0 19 10A 22 3D
Octal 230 173 276 24 43 0 31 412 42 75
Binary 10011000 1111011 10111110 10100 100011 0 11001 100001010 100010 111101

Color Harmonies of #987BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987BBE

Black with #987BBE

Text Example


Text Example

White with #987BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,123,190); }

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

background-color css

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

 a { background-color: rgb(152,123,190); }

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

border-color css

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

 span { border-color: rgb(152,123,190); }

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