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

📋 copy color: '#9481AC'

red 148 ◦ green 129 ◦ blue 172

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

Shades of Purple Mountain's Majesty #9481AC

Tints of Purple Mountain's Majesty #9481AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

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

R = 32.96%
G = 28.73%
B = 38.31%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9481AC (or 0x9481AC) is known color: Purple Mountain's Majesty. HEX triplet: 94, 81 and AC. RGB value is (148,129,172). Sum of RGB (Red+Green+Blue) = 148+129+172=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #9481AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9481AC is #6B7E53. Grayscale: #8B8B8B. Windows color (decimal): -7044692 or 11305364. OLE color: 11305364.

HSL color Cylindrical-coordinate representation of color #9481AC: hue angle of 266.51º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9481AC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 129 172 -
CMYK 0.14 0.25 0 0.33
HSL 266.51º 0.21% 0.59% -
HSV(B) 266.51º 0.25% 0.67% -
XYZ 27.51 24.97 42.4 -
YUV 139.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 148 129 172 0.14 0.25 0 0.33 266.51 0.21 0.59
Hex 94 81 AC E 19 0 21 10B 15 3B
Octal 224 201 254 16 31 0 41 413 25 73
Binary 10010100 10000001 10101100 1110 11001 0 100001 100001011 10101 111011

Color Harmonies of #9481AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9481AC

Black with #9481AC

Text Example


Text Example

White with #9481AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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