Html Css Color HEX #9884AF Purple Mountain's Majesty

📋 copy color: '#9884AF'

red 152 ◦ green 132 ◦ blue 175

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

Shades of Purple Mountain's Majesty #9884AF

Tints of Purple Mountain's Majesty #9884AF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 33.12%
G = 28.76%
B = 38.13%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9884AF (or 0x9884AF) is known color: Purple Mountain's Majesty. HEX triplet: 98, 84 and AF. RGB value is (152,132,175). Sum of RGB (Red+Green+Blue) = 152+132+175=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #9884AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9884AF is #677B50. Grayscale: #8E8E8E. Windows color (decimal): -6781777 or 11502744. OLE color: 11502744.

HSL color Cylindrical-coordinate representation of color #9884AF: hue angle of 267.91º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9884AF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 132 175 -
CMYK 0.13 0.25 0 0.31
HSL 267.91º 0.21% 0.6% -
HSV(B) 267.91º 0.25% 0.69% -
XYZ 28.94 26.27 44.1 -
YUV 142.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 152 132 175 0.13 0.25 0 0.31 267.91 0.21 0.6
Hex 98 84 AF D 19 0 1F 10C 15 3C
Octal 230 204 257 15 31 0 37 414 25 74
Binary 10011000 10000100 10101111 1101 11001 0 11111 100001100 10101 111100

Color Harmonies of #9884AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9884AF

Black with #9884AF

Text Example


Text Example

White with #9884AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9884AF; }

 p { color: rgb(152,132,175); }

 H1.HeaderClassName
 {
   color: #9884AF;
 }
 .AnyTagClassName
 {
   color: #9884AF;
 }
</style>

background-color css

<style>
 a { background-color: #9884AF; }

 a { background-color: rgb(152,132,175); }

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

border-color css

<style>
 span { border-color: #9884AF; }

 span { border-color: rgb(152,132,175); }

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