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

📋 copy color: '#9482AB'

red 148 ◦ green 130 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9482AB

Tints of Purple Mountain's Majesty #9482AB

RGB

 RED value IS 148 (58.2% from 255) = 32.96%

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

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

R = 32.96%
G = 28.95%
B = 38.08%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9482AB (or 0x9482AB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 82 and AB. RGB value is (148,130,171). Sum of RGB (Red+Green+Blue) = 148+130+171=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #9482AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9482AB is #6B7D54. Grayscale: #8B8B8B. Windows color (decimal): -7044437 or 11240084. OLE color: 11240084.

HSL color Cylindrical-coordinate representation of color #9482AB: hue angle of 266.34º 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 #9482AB is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 130 171 -
CMYK 0.13 0.24 0 0.33
HSL 266.34º 0.2% 0.59% -
HSV(B) 266.34º 0.24% 0.67% -
XYZ 27.55 25.2 41.94 -
YUV 140.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 148 130 171 0.13 0.24 0 0.33 266.34 0.2 0.59
Hex 94 82 AB D 18 0 21 10A 14 3B
Octal 224 202 253 15 30 0 41 412 24 73
Binary 10010100 10000010 10101011 1101 11000 0 100001 100001010 10100 111011

Color Harmonies of #9482AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482AB

Black with #9482AB

Text Example


Text Example

White with #9482AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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