Html Css Color HEX #9079B4 Purple Mountain's Majesty

📋 copy color: '#9079B4'

red 144 ◦ green 121 ◦ blue 180

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

Shades of Purple Mountain's Majesty #9079B4

Tints of Purple Mountain's Majesty #9079B4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.19%

 BLUE value IS 180 (70.7% from 255) = 40.45%

R = 32.36%
G = 27.19%
B = 40.45%

CMYK

 C value IS 0.2

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9079B4 (or 0x9079B4) is known color: Purple Mountain's Majesty. HEX triplet: 90, 79 and B4. RGB value is (144,121,180). Sum of RGB (Red+Green+Blue) = 144+121+180=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #9079B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079B4 is #6F864B. Grayscale: #868686. Windows color (decimal): -7308876 or 11827600. OLE color: 11827600.

HSL color Cylindrical-coordinate representation of color #9079B4: hue angle of 263.39º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9079B4 is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 121 180 -
CMYK 0.2 0.33 0 0.29
HSL 263.39º 0.28% 0.59% -
HSV(B) 263.39º 0.33% 0.71% -
XYZ 26.58 22.9 46.2 -
YUV 134.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 144 121 180 0.2 0.33 0 0.29 263.39 0.28 0.59
Hex 90 79 B4 14 21 0 1D 107 1C 3B
Octal 220 171 264 24 41 0 35 407 34 73
Binary 10010000 1111001 10110100 10100 100001 0 11101 100000111 11100 111011

Color Harmonies of #9079B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9079B4

Black with #9079B4

Text Example


Text Example

White with #9079B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9079B4; }

 p { color: rgb(144,121,180); }

 H1.HeaderClassName
 {
   color: #9079B4;
 }
 .AnyTagClassName
 {
   color: #9079B4;
 }
</style>

background-color css

<style>
 a { background-color: #9079B4; }

 a { background-color: rgb(144,121,180); }

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

border-color css

<style>
 span { border-color: #9079B4; }

 span { border-color: rgb(144,121,180); }

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