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

📋 copy color: '#9580B1'

red 149 ◦ green 128 ◦ blue 177

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

Shades of Purple Mountain's Majesty #9580B1

Tints of Purple Mountain's Majesty #9580B1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

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

R = 32.82%
G = 28.19%
B = 38.99%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9580B1 (or 0x9580B1) is known color: Purple Mountain's Majesty. HEX triplet: 95, 80 and B1. RGB value is (149,128,177). Sum of RGB (Red+Green+Blue) = 149+128+177=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 177 - color contains mainly: blue. Hex color #9580B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9580B1 is #6A7F4E. Grayscale: #8B8B8B. Windows color (decimal): -6979407 or 11632789. OLE color: 11632789.

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

Color convert

RGB 149 128 177 -
CMYK 0.16 0.28 0 0.31
HSL 265.71º 0.24% 0.6% -
HSV(B) 265.71º 0.28% 0.69% -
XYZ 28.05 25 44.94 -
YUV 139.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 149 128 177 0.16 0.28 0 0.31 265.71 0.24 0.6
Hex 95 80 B1 10 1C 0 1F 10A 18 3C
Octal 225 200 261 20 34 0 37 412 30 74
Binary 10010101 10000000 10110001 10000 11100 0 11111 100001010 11000 111100

Color Harmonies of #9580B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9580B1

Black with #9580B1

Text Example


Text Example

White with #9580B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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