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

📋 copy color: '#987AB5'

red 152 ◦ green 122 ◦ blue 181

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

Shades of Purple Mountain's Majesty #987AB5

Tints of Purple Mountain's Majesty #987AB5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.81%

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

R = 33.41%
G = 26.81%
B = 39.78%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#987AB5 (or 0x987AB5) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7A and B5. RGB value is (152,122,181). Sum of RGB (Red+Green+Blue) = 152+122+181=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #987AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AB5 is #67854A. Grayscale: #898989. Windows color (decimal): -6784331 or 11893400. OLE color: 11893400.

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

Color convert

RGB 152 122 181 -
CMYK 0.16 0.33 0 0.29
HSL 270.51º 0.29% 0.59% -
HSV(B) 270.51º 0.33% 0.71% -
XYZ 28.25 23.93 46.85 -
YUV 137.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 152 122 181 0.16 0.33 0 0.29 270.51 0.29 0.59
Hex 98 7A B5 10 21 0 1D 10F 1D 3B
Octal 230 172 265 20 41 0 35 417 35 73
Binary 10011000 1111010 10110101 10000 100001 0 11101 100001111 11101 111011

Color Harmonies of #987AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987AB5

Black with #987AB5

Text Example


Text Example

White with #987AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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