Html Css Color HEX #9871BC Purple Mountain's Majesty

📋 copy color: '#9871BC'

red 152 ◦ green 113 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9871BC

Tints of Purple Mountain's Majesty #9871BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.94%

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 33.55%
G = 24.94%
B = 41.5%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9871BC (or 0x9871BC) is known color: Purple Mountain's Majesty. HEX triplet: 98, 71 and BC. RGB value is (152,113,188). Sum of RGB (Red+Green+Blue) = 152+113+188=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #9871BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871BC is #678E43. Grayscale: #848484. Windows color (decimal): -6786628 or 12349848. OLE color: 12349848.

HSL color Cylindrical-coordinate representation of color #9871BC: hue angle of 271.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9871BC is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 113 188 -
CMYK 0.19 0.40 0 0.26
HSL 271.2º 0.36% 0.59% -
HSV(B) 271.2º 0.4% 0.74% -
XYZ 27.93 22.12 50.37 -
YUV 133.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 152 113 188 0.19 0.40 0 0.26 271.2 0.36 0.59
Hex 98 71 BC 13 28 0 1A 10F 24 3B
Octal 230 161 274 23 50 0 32 417 44 73
Binary 10011000 1110001 10111100 10011 101000 0 11010 100001111 100100 111011

Color Harmonies of #9871BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9871BC

Black with #9871BC

Text Example


Text Example

White with #9871BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9871BC; }

 p { color: rgb(152,113,188); }

 H1.HeaderClassName
 {
   color: #9871BC;
 }
 .AnyTagClassName
 {
   color: #9871BC;
 }
</style>

background-color css

<style>
 a { background-color: #9871BC; }

 a { background-color: rgb(152,113,188); }

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

border-color css

<style>
 span { border-color: #9871BC; }

 span { border-color: rgb(152,113,188); }

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