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

📋 copy color: '#9076BA'

red 144 ◦ green 118 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9076BA

Tints of Purple Mountain's Majesty #9076BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 32.14%
G = 26.34%
B = 41.52%

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

#9076BA (or 0x9076BA) is known color: Purple Mountain's Majesty. HEX triplet: 90, 76 and BA. RGB value is (144,118,186). Sum of RGB (Red+Green+Blue) = 144+118+186=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #9076BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076BA is #6F8945. Grayscale: #858585. Windows color (decimal): -7309638 or 12220048. OLE color: 12220048.

HSL color Cylindrical-coordinate representation of color #9076BA: hue angle of 262.94º degrees, saturation: 0.33, 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 #9076BA is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 118 186 -
CMYK 0.23 0.37 0 0.27
HSL 262.94º 0.33% 0.6% -
HSV(B) 262.94º 0.37% 0.73% -
XYZ 26.84 22.43 49.37 -
YUV 133.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 144 118 186 0.23 0.37 0 0.27 262.94 0.33 0.6
Hex 90 76 BA 17 25 0 1B 107 21 3C
Octal 220 166 272 27 45 0 33 407 41 74
Binary 10010000 1110110 10111010 10111 100101 0 11011 100000111 100001 111100

Color Harmonies of #9076BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9076BA

Black with #9076BA

Text Example


Text Example

White with #9076BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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