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

📋 copy color: '#9982AF'

red 153 ◦ green 130 ◦ blue 175

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

Shades of Purple Mountain's Majesty #9982AF

Tints of Purple Mountain's Majesty #9982AF

RGB

 RED value IS 153 (60.16% from 255) = 33.41%

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

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

R = 33.41%
G = 28.38%
B = 38.21%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9982AF (or 0x9982AF) is known color: Purple Mountain's Majesty. HEX triplet: 99, 82 and AF. RGB value is (153,130,175). Sum of RGB (Red+Green+Blue) = 153+130+175=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #9982AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9982AF is #667D50. Grayscale: #8D8D8D. Windows color (decimal): -6716753 or 11502233. OLE color: 11502233.

HSL color Cylindrical-coordinate representation of color #9982AF: hue angle of 270.67º degrees, saturation: 0.22, 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 #9982AF is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 130 175 -
CMYK 0.13 0.26 0 0.31
HSL 270.67º 0.22% 0.6% -
HSV(B) 270.67º 0.26% 0.69% -
XYZ 28.86 25.83 44.02 -
YUV 142.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 153 130 175 0.13 0.26 0 0.31 270.67 0.22 0.6
Hex 99 82 AF D 1A 0 1F 10F 16 3C
Octal 231 202 257 15 32 0 37 417 26 74
Binary 10011001 10000010 10101111 1101 11010 0 11111 100001111 10110 111100

Color Harmonies of #9982AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9982AF

Black with #9982AF

Text Example


Text Example

White with #9982AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,130,175); }

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

background-color css

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

 a { background-color: rgb(153,130,175); }

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

border-color css

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

 span { border-color: rgb(153,130,175); }

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