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

📋 copy color: '#9482AC'

red 148 ◦ green 130 ◦ blue 172

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

Shades of Purple Mountain's Majesty #9482AC

Tints of Purple Mountain's Majesty #9482AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 32.89%
G = 28.89%
B = 38.22%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9482AC (or 0x9482AC) is known color: Purple Mountain's Majesty. HEX triplet: 94, 82 and AC. RGB value is (148,130,172). Sum of RGB (Red+Green+Blue) = 148+130+172=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #9482AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9482AC is #6B7D53. Grayscale: #8C8C8C. Windows color (decimal): -7044436 or 11305620. OLE color: 11305620.

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

Color convert

RGB 148 130 172 -
CMYK 0.14 0.24 0 0.33
HSL 265.71º 0.2% 0.59% -
HSV(B) 265.71º 0.24% 0.67% -
XYZ 27.64 25.24 42.44 -
YUV 140.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 148 130 172 0.14 0.24 0 0.33 265.71 0.2 0.59
Hex 94 82 AC E 18 0 21 10A 14 3B
Octal 224 202 254 16 30 0 41 412 24 73
Binary 10010100 10000010 10101100 1110 11000 0 100001 100001010 10100 111011

Color Harmonies of #9482AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482AC

Black with #9482AC

Text Example


Text Example

White with #9482AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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