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

📋 copy color: '#9076BB'

red 144 ◦ green 118 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9076BB

Tints of Purple Mountain's Majesty #9076BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 32.07%
G = 26.28%
B = 41.65%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9076BB (or 0x9076BB) is known color: Purple Mountain's Majesty. HEX triplet: 90, 76 and BB. RGB value is (144,118,187). Sum of RGB (Red+Green+Blue) = 144+118+187=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #9076BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076BB is #6F8944. Grayscale: #858585. Windows color (decimal): -7309637 or 12285584. OLE color: 12285584.

HSL color Cylindrical-coordinate representation of color #9076BB: hue angle of 262.61º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9076BB is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 118 187 -
CMYK 0.23 0.37 0 0.27
HSL 262.61º 0.34% 0.6% -
HSV(B) 262.61º 0.37% 0.73% -
XYZ 26.95 22.47 49.93 -
YUV 133.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 144 118 187 0.23 0.37 0 0.27 262.61 0.34 0.6
Hex 90 76 BB 17 25 0 1B 107 22 3C
Octal 220 166 273 27 45 0 33 407 42 74
Binary 10010000 1110110 10111011 10111 100101 0 11011 100000111 100010 111100

Color Harmonies of #9076BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9076BB

Black with #9076BB

Text Example


Text Example

White with #9076BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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