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

📋 copy color: '#9582AB'

red 149 ◦ green 130 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9582AB

Tints of Purple Mountain's Majesty #9582AB

RGB

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

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

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

R = 33.11%
G = 28.89%
B = 38%

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

#9582AB (or 0x9582AB) is known color: Purple Mountain's Majesty. HEX triplet: 95, 82 and AB. RGB value is (149,130,171). Sum of RGB (Red+Green+Blue) = 149+130+171=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #9582AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9582AB is #6A7D54. Grayscale: #8C8C8C. Windows color (decimal): -6978901 or 11240085. OLE color: 11240085.

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

Color convert

RGB 149 130 171 -
CMYK 0.13 0.24 0 0.33
HSL 267.8º 0.2% 0.59% -
HSV(B) 267.8º 0.24% 0.67% -
XYZ 27.73 25.3 41.95 -
YUV 140.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 149 130 171 0.13 0.24 0 0.33 267.8 0.2 0.59
Hex 95 82 AB D 18 0 21 10C 14 3B
Octal 225 202 253 15 30 0 41 414 24 73
Binary 10010101 10000010 10101011 1101 11000 0 100001 100001100 10100 111011

Color Harmonies of #9582AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9582AB

Black with #9582AB

Text Example


Text Example

White with #9582AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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