Html Css Color HEX #9883B1 Purple Mountain's Majesty

📋 copy color: '#9883B1'

red 152 ◦ green 131 ◦ blue 177

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

Shades of Purple Mountain's Majesty #9883B1

Tints of Purple Mountain's Majesty #9883B1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.48%

 BLUE value IS 177 (69.53% from 255) = 38.48%

R = 33.04%
G = 28.48%
B = 38.48%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9883B1 (or 0x9883B1) is known color: Purple Mountain's Majesty. HEX triplet: 98, 83 and B1. RGB value is (152,131,177). Sum of RGB (Red+Green+Blue) = 152+131+177=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 177 - color contains mainly: blue. Hex color #9883B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9883B1 is #677C4E. Grayscale: #8E8E8E. Windows color (decimal): -6782031 or 11633560. OLE color: 11633560.

HSL color Cylindrical-coordinate representation of color #9883B1: hue angle of 267.39º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9883B1 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 131 177 -
CMYK 0.14 0.26 0 0.31
HSL 267.39º 0.23% 0.6% -
HSV(B) 267.39º 0.26% 0.69% -
XYZ 29 26.08 45.1 -
YUV 142.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 152 131 177 0.14 0.26 0 0.31 267.39 0.23 0.6
Hex 98 83 B1 E 1A 0 1F 10B 17 3C
Octal 230 203 261 16 32 0 37 413 27 74
Binary 10011000 10000011 10110001 1110 11010 0 11111 100001011 10111 111100

Color Harmonies of #9883B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9883B1

Black with #9883B1

Text Example


Text Example

White with #9883B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9883B1; }

 p { color: rgb(152,131,177); }

 H1.HeaderClassName
 {
   color: #9883B1;
 }
 .AnyTagClassName
 {
   color: #9883B1;
 }
</style>

background-color css

<style>
 a { background-color: #9883B1; }

 a { background-color: rgb(152,131,177); }

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

border-color css

<style>
 span { border-color: #9883B1; }

 span { border-color: rgb(152,131,177); }

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