Html Css Color HEX #9882B7 Purple Mountain's Majesty

📋 copy color: '#9882B7'

red 152 ◦ green 130 ◦ blue 183

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

Shades of Purple Mountain's Majesty #9882B7

Tints of Purple Mountain's Majesty #9882B7

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

 BLUE value IS 183 (71.88% from 255) = 39.35%

R = 32.69%
G = 27.96%
B = 39.35%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9882B7 (or 0x9882B7) is known color: Purple Mountain's Majesty. HEX triplet: 98, 82 and B7. RGB value is (152,130,183). Sum of RGB (Red+Green+Blue) = 152+130+183=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #9882B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882B7 is #677D48. Grayscale: #8E8E8E. Windows color (decimal): -6782281 or 12026520. OLE color: 12026520.

HSL color Cylindrical-coordinate representation of color #9882B7: hue angle of 264.91º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9882B7 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 152 130 183 -
CMYK 0.17 0.29 0 0.28
HSL 264.91º 0.27% 0.61% -
HSV(B) 264.91º 0.29% 0.72% -
XYZ 29.48 26.06 48.28 -
YUV 142.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 152 130 183 0.17 0.29 0 0.28 264.91 0.27 0.61
Hex 98 82 B7 11 1D 0 1C 109 1B 3D
Octal 230 202 267 21 35 0 34 411 33 75
Binary 10011000 10000010 10110111 10001 11101 0 11100 100001001 11011 111101

Color Harmonies of #9882B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9882B7

Black with #9882B7

Text Example


Text Example

White with #9882B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9882B7; }

 p { color: rgb(152,130,183); }

 H1.HeaderClassName
 {
   color: #9882B7;
 }
 .AnyTagClassName
 {
   color: #9882B7;
 }
</style>

background-color css

<style>
 a { background-color: #9882B7; }

 a { background-color: rgb(152,130,183); }

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

border-color css

<style>
 span { border-color: #9882B7; }

 span { border-color: rgb(152,130,183); }

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