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

📋 copy color: '#9581B1'

red 149 ◦ green 129 ◦ blue 177

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

Shades of Purple Mountain's Majesty #9581B1

Tints of Purple Mountain's Majesty #9581B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.9%

R = 32.75%
G = 28.35%
B = 38.9%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9581B1 (or 0x9581B1) is known color: Purple Mountain's Majesty. HEX triplet: 95, 81 and B1. RGB value is (149,129,177). Sum of RGB (Red+Green+Blue) = 149+129+177=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 177 - color contains mainly: blue. Hex color #9581B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9581B1 is #6A7E4E. Grayscale: #8C8C8C. Windows color (decimal): -6979151 or 11633045. OLE color: 11633045.

HSL color Cylindrical-coordinate representation of color #9581B1: hue angle of 265º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9581B1 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 129 177 -
CMYK 0.16 0.27 0 0.31
HSL 265º 0.24% 0.6% -
HSV(B) 265º 0.27% 0.69% -
XYZ 28.18 25.26 44.99 -
YUV 140.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 149 129 177 0.16 0.27 0 0.31 265 0.24 0.6
Hex 95 81 B1 10 1B 0 1F 109 18 3C
Octal 225 201 261 20 33 0 37 411 30 74
Binary 10010101 10000001 10110001 10000 11011 0 11111 100001001 11000 111100

Color Harmonies of #9581B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581B1

Black with #9581B1

Text Example


Text Example

White with #9581B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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