Html Css Color HEX #9782AB Purple Mountain's Majesty

📋 copy color: '#9782AB'

red 151 ◦ green 130 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9782AB

Tints of Purple Mountain's Majesty #9782AB

RGB

 RED value IS 151 (59.38% from 255) = 33.41%

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

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 33.41%
G = 28.76%
B = 37.83%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9782AB (or 0x9782AB) is known color: Purple Mountain's Majesty. HEX triplet: 97, 82 and AB. RGB value is (151,130,171). Sum of RGB (Red+Green+Blue) = 151+130+171=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #9782AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9782AB is #687D54. Grayscale: #8C8C8C. Windows color (decimal): -6847829 or 11240087. OLE color: 11240087.

HSL color Cylindrical-coordinate representation of color #9782AB: hue angle of 270.73º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9782AB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 130 171 -
CMYK 0.12 0.24 0 0.33
HSL 270.73º 0.2% 0.59% -
HSV(B) 270.73º 0.24% 0.67% -
XYZ 28.1 25.48 41.97 -
YUV 140.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 151 130 171 0.12 0.24 0 0.33 270.73 0.2 0.59
Hex 97 82 AB C 18 0 21 10F 14 3B
Octal 227 202 253 14 30 0 41 417 24 73
Binary 10010111 10000010 10101011 1100 11000 0 100001 100001111 10100 111011

Color Harmonies of #9782AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9782AB

Black with #9782AB

Text Example


Text Example

White with #9782AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9782AB; }

 p { color: rgb(151,130,171); }

 H1.HeaderClassName
 {
   color: #9782AB;
 }
 .AnyTagClassName
 {
   color: #9782AB;
 }
</style>

background-color css

<style>
 a { background-color: #9782AB; }

 a { background-color: rgb(151,130,171); }

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

border-color css

<style>
 span { border-color: #9782AB; }

 span { border-color: rgb(151,130,171); }

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