Html Css Color HEX #9987B0 Purple Mountain's Majesty

📋 copy color: '#9987B0'

red 153 ◦ green 135 ◦ blue 176

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

Shades of Purple Mountain's Majesty #9987B0

Tints of Purple Mountain's Majesty #9987B0

RGB

 RED value IS 153 (60.16% from 255) = 32.97%

 GREEN value IS 135 (53.13% from 255) = 29.09%

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 32.97%
G = 29.09%
B = 37.93%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9987B0 (or 0x9987B0) is known color: Purple Mountain's Majesty. HEX triplet: 99, 87 and B0. RGB value is (153,135,176). Sum of RGB (Red+Green+Blue) = 153+135+176=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #9987B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9987B0 is #66784F. Grayscale: #909090. Windows color (decimal): -6715472 or 11569049. OLE color: 11569049.

HSL color Cylindrical-coordinate representation of color #9987B0: hue angle of 266.34º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9987B0 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 135 176 -
CMYK 0.13 0.23 0 0.31
HSL 266.34º 0.21% 0.61% -
HSV(B) 266.34º 0.23% 0.69% -
XYZ 29.64 27.23 44.77 -
YUV 145.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 153 135 176 0.13 0.23 0 0.31 266.34 0.21 0.61
Hex 99 87 B0 D 17 0 1F 10A 15 3D
Octal 231 207 260 15 27 0 37 412 25 75
Binary 10011001 10000111 10110000 1101 10111 0 11111 100001010 10101 111101

Color Harmonies of #9987B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9987B0

Black with #9987B0

Text Example


Text Example

White with #9987B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9987B0; }

 p { color: rgb(153,135,176); }

 H1.HeaderClassName
 {
   color: #9987B0;
 }
 .AnyTagClassName
 {
   color: #9987B0;
 }
</style>

background-color css

<style>
 a { background-color: #9987B0; }

 a { background-color: rgb(153,135,176); }

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

border-color css

<style>
 span { border-color: #9987B0; }

 span { border-color: rgb(153,135,176); }

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