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

📋 copy color: '#9076B1'

red 144 ◦ green 118 ◦ blue 177

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

Shades of Purple Mountain's Majesty #9076B1

Tints of Purple Mountain's Majesty #9076B1

RGB

 RED value IS 144 (56.64% from 255) = 32.8%

 GREEN value IS 118 (46.48% from 255) = 26.88%

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

R = 32.8%
G = 26.88%
B = 40.32%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9076B1 (or 0x9076B1) is known color: Purple Mountain's Majesty. HEX triplet: 90, 76 and B1. RGB value is (144,118,177). Sum of RGB (Red+Green+Blue) = 144+118+177=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 177 - color contains mainly: blue. Hex color #9076B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9076B1 is #6F894E. Grayscale: #848484. Windows color (decimal): -7309647 or 11630224. OLE color: 11630224.

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

Color convert

RGB 144 118 177 -
CMYK 0.19 0.33 0 0.31
HSL 266.44º 0.27% 0.58% -
HSV(B) 266.44º 0.33% 0.69% -
XYZ 25.92 22.06 44.49 -
YUV 132.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 144 118 177 0.19 0.33 0 0.31 266.44 0.27 0.58
Hex 90 76 B1 13 21 0 1F 10A 1B 3A
Octal 220 166 261 23 41 0 37 412 33 72
Binary 10010000 1110110 10110001 10011 100001 0 11111 100001010 11011 111010

Color Harmonies of #9076B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9076B1

Black with #9076B1

Text Example


Text Example

White with #9076B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,118,177); }

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

background-color css

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

 a { background-color: rgb(144,118,177); }

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

border-color css

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

 span { border-color: rgb(144,118,177); }

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