Html Css Color HEX #9875BA Purple Mountain's Majesty

📋 copy color: '#9875BA'

red 152 ◦ green 117 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9875BA

Tints of Purple Mountain's Majesty #9875BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 33.41%
G = 25.71%
B = 40.88%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9875BA (or 0x9875BA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 75 and BA. RGB value is (152,117,186). Sum of RGB (Red+Green+Blue) = 152+117+186=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #9875BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875BA is #678A45. Grayscale: #878787. Windows color (decimal): -6785606 or 12219800. OLE color: 12219800.

HSL color Cylindrical-coordinate representation of color #9875BA: hue angle of 270.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9875BA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 117 186 -
CMYK 0.18 0.37 0 0.27
HSL 270.43º 0.33% 0.59% -
HSV(B) 270.43º 0.37% 0.73% -
XYZ 28.17 22.94 49.4 -
YUV 135.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 152 117 186 0.18 0.37 0 0.27 270.43 0.33 0.59
Hex 98 75 BA 12 25 0 1B 10E 21 3B
Octal 230 165 272 22 45 0 33 416 41 73
Binary 10011000 1110101 10111010 10010 100101 0 11011 100001110 100001 111011

Color Harmonies of #9875BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875BA

Black with #9875BA

Text Example


Text Example

White with #9875BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9875BA; }

 p { color: rgb(152,117,186); }

 H1.HeaderClassName
 {
   color: #9875BA;
 }
 .AnyTagClassName
 {
   color: #9875BA;
 }
</style>

background-color css

<style>
 a { background-color: #9875BA; }

 a { background-color: rgb(152,117,186); }

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

border-color css

<style>
 span { border-color: #9875BA; }

 span { border-color: rgb(152,117,186); }

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