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

📋 copy color: '#9076AF'

red 144 ◦ green 118 ◦ blue 175

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

Shades of Purple Mountain's Majesty #9076AF

Tints of Purple Mountain's Majesty #9076AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 32.95%
G = 27%
B = 40.05%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9076AF (or 0x9076AF) is known color: Purple Mountain's Majesty. HEX triplet: 90, 76 and AF. RGB value is (144,118,175). Sum of RGB (Red+Green+Blue) = 144+118+175=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #9076AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9076AF is #6F8950. Grayscale: #848484. Windows color (decimal): -7309649 or 11499152. OLE color: 11499152.

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

Color convert

RGB 144 118 175 -
CMYK 0.18 0.33 0 0.31
HSL 267.37º 0.26% 0.57% -
HSV(B) 267.37º 0.33% 0.69% -
XYZ 25.72 21.98 43.44 -
YUV 132.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 144 118 175 0.18 0.33 0 0.31 267.37 0.26 0.57
Hex 90 76 AF 12 21 0 1F 10B 1A 39
Octal 220 166 257 22 41 0 37 413 32 71
Binary 10010000 1110110 10101111 10010 100001 0 11111 100001011 11010 111001

Color Harmonies of #9076AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9076AF

Black with #9076AF

Text Example


Text Example

White with #9076AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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