Html Css Color HEX #9879BD Purple Mountain's Majesty

📋 copy color: '#9879BD'

red 152 ◦ green 121 ◦ blue 189

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

Shades of Purple Mountain's Majesty #9879BD

Tints of Purple Mountain's Majesty #9879BD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 32.9%
G = 26.19%
B = 40.91%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9879BD (or 0x9879BD) is known color: Purple Mountain's Majesty. HEX triplet: 98, 79 and BD. RGB value is (152,121,189). Sum of RGB (Red+Green+Blue) = 152+121+189=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #9879BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9879BD is #678642. Grayscale: #898989. Windows color (decimal): -6784579 or 12417432. OLE color: 12417432.

HSL color Cylindrical-coordinate representation of color #9879BD: hue angle of 267.35º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9879BD is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 121 189 -
CMYK 0.20 0.36 0 0.26
HSL 267.35º 0.34% 0.61% -
HSV(B) 267.35º 0.36% 0.74% -
XYZ 28.97 24.02 51.25 -
YUV 138.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 152 121 189 0.20 0.36 0 0.26 267.35 0.34 0.61
Hex 98 79 BD 14 24 0 1A 10B 22 3D
Octal 230 171 275 24 44 0 32 413 42 75
Binary 10011000 1111001 10111101 10100 100100 0 11010 100001011 100010 111101

Color Harmonies of #9879BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9879BD

Black with #9879BD

Text Example


Text Example

White with #9879BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9879BD; }

 p { color: rgb(152,121,189); }

 H1.HeaderClassName
 {
   color: #9879BD;
 }
 .AnyTagClassName
 {
   color: #9879BD;
 }
</style>

background-color css

<style>
 a { background-color: #9879BD; }

 a { background-color: rgb(152,121,189); }

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

border-color css

<style>
 span { border-color: #9879BD; }

 span { border-color: rgb(152,121,189); }

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