Html Css Color HEX #9876BB Purple Mountain's Majesty

📋 copy color: '#9876BB'

red 152 ◦ green 118 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9876BB

Tints of Purple Mountain's Majesty #9876BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.82%

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 33.26%
G = 25.82%
B = 40.92%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9876BB (or 0x9876BB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 76 and BB. RGB value is (152,118,187). Sum of RGB (Red+Green+Blue) = 152+118+187=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #9876BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9876BB is #678944. Grayscale: #878787. Windows color (decimal): -6785349 or 12285592. OLE color: 12285592.

HSL color Cylindrical-coordinate representation of color #9876BB: hue angle of 269.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9876BB is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 118 187 -
CMYK 0.19 0.37 0 0.27
HSL 269.57º 0.34% 0.6% -
HSV(B) 269.57º 0.37% 0.73% -
XYZ 28.4 23.22 50 -
YUV 136.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 152 118 187 0.19 0.37 0 0.27 269.57 0.34 0.6
Hex 98 76 BB 13 25 0 1B 10E 22 3C
Octal 230 166 273 23 45 0 33 416 42 74
Binary 10011000 1110110 10111011 10011 100101 0 11011 100001110 100010 111100

Color Harmonies of #9876BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9876BB

Black with #9876BB

Text Example


Text Example

White with #9876BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9876BB; }

 p { color: rgb(152,118,187); }

 H1.HeaderClassName
 {
   color: #9876BB;
 }
 .AnyTagClassName
 {
   color: #9876BB;
 }
</style>

background-color css

<style>
 a { background-color: #9876BB; }

 a { background-color: rgb(152,118,187); }

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

border-color css

<style>
 span { border-color: #9876BB; }

 span { border-color: rgb(152,118,187); }

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