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

📋 copy color: '#9581B8'

red 149 ◦ green 129 ◦ blue 184

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

Shades of Purple Mountain's Majesty #9581B8

Tints of Purple Mountain's Majesty #9581B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 32.25%
G = 27.92%
B = 39.83%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9581B8 (or 0x9581B8) is known color: Purple Mountain's Majesty. HEX triplet: 95, 81 and B8. RGB value is (149,129,184). Sum of RGB (Red+Green+Blue) = 149+129+184=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #9581B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581B8 is #6A7E47. Grayscale: #8D8D8D. Windows color (decimal): -6979144 or 12091797. OLE color: 12091797.

HSL color Cylindrical-coordinate representation of color #9581B8: hue angle of 261.82º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9581B8 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 129 184 -
CMYK 0.19 0.30 0 0.28
HSL 261.82º 0.28% 0.61% -
HSV(B) 261.82º 0.3% 0.72% -
XYZ 28.9 25.55 48.76 -
YUV 141.25 152.13 133.53 -
System Red Green Blue C M Y K H S L
Decimal 149 129 184 0.19 0.30 0 0.28 261.82 0.28 0.61
Hex 95 81 B8 13 1E 0 1C 106 1C 3D
Octal 225 201 270 23 36 0 34 406 34 75
Binary 10010101 10000001 10111000 10011 11110 0 11100 100000110 11100 111101

Color Harmonies of #9581B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581B8

Black with #9581B8

Text Example


Text Example

White with #9581B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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