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

📋 copy color: '#9581AC'

red 149 ◦ green 129 ◦ blue 172

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

Shades of Purple Mountain's Majesty #9581AC

Tints of Purple Mountain's Majesty #9581AC

RGB

 RED value IS 149 (58.59% from 255) = 33.11%

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

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

R = 33.11%
G = 28.67%
B = 38.22%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9581AC (or 0x9581AC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 81 and AC. RGB value is (149,129,172). Sum of RGB (Red+Green+Blue) = 149+129+172=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 129 (50.78% from 255 or 28.67% 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 #9581AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9581AC is #6A7E53. Grayscale: #8B8B8B. Windows color (decimal): -6979156 or 11305365. OLE color: 11305365.

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

Color convert

RGB 149 129 172 -
CMYK 0.13 0.25 0 0.33
HSL 267.91º 0.21% 0.59% -
HSV(B) 267.91º 0.25% 0.67% -
XYZ 27.69 25.07 42.41 -
YUV 139.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 149 129 172 0.13 0.25 0 0.33 267.91 0.21 0.59
Hex 95 81 AC D 19 0 21 10C 15 3B
Octal 225 201 254 15 31 0 41 414 25 73
Binary 10010101 10000001 10101100 1101 11001 0 100001 100001100 10101 111011

Color Harmonies of #9581AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581AC

Black with #9581AC

Text Example


Text Example

White with #9581AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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