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

📋 copy color: '#9076B9'

red 144 ◦ green 118 ◦ blue 185

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

Shades of Purple Mountain's Majesty #9076B9

Tints of Purple Mountain's Majesty #9076B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 32.21%
G = 26.4%
B = 41.39%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9076B9 (or 0x9076B9) is known color: Purple Mountain's Majesty. HEX triplet: 90, 76 and B9. RGB value is (144,118,185). Sum of RGB (Red+Green+Blue) = 144+118+185=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #9076B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076B9 is #6F8946. Grayscale: #858585. Windows color (decimal): -7309639 or 12154512. OLE color: 12154512.

HSL color Cylindrical-coordinate representation of color #9076B9: hue angle of 263.28º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9076B9 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 118 185 -
CMYK 0.22 0.36 0 0.27
HSL 263.28º 0.32% 0.59% -
HSV(B) 263.28º 0.36% 0.73% -
XYZ 26.74 22.39 48.81 -
YUV 133.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 144 118 185 0.22 0.36 0 0.27 263.28 0.32 0.59
Hex 90 76 B9 16 24 0 1B 107 20 3B
Octal 220 166 271 26 44 0 33 407 40 73
Binary 10010000 1110110 10111001 10110 100100 0 11011 100000111 100000 111011

Color Harmonies of #9076B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9076B9

Black with #9076B9

Text Example


Text Example

White with #9076B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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