Html Css Color HEX #906AB5 Purple Mountain's Majesty

📋 copy color: '#906AB5'

red 144 ◦ green 106 ◦ blue 181

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

Shades of Purple Mountain's Majesty #906AB5

Tints of Purple Mountain's Majesty #906AB5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

 BLUE value IS 181 (71.09% from 255) = 42%

R = 33.41%
G = 24.59%
B = 42%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#906AB5 (or 0x906AB5) is known color: Purple Mountain's Majesty. HEX triplet: 90, 6A and B5. RGB value is (144,106,181). Sum of RGB (Red+Green+Blue) = 144+106+181=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #906AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906AB5 is #6F954A. Grayscale: #7D7D7D. Windows color (decimal): -7312715 or 11889296. OLE color: 11889296.

HSL color Cylindrical-coordinate representation of color #906AB5: hue angle of 270.4º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #906AB5 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 106 181 -
CMYK 0.20 0.41 0 0.29
HSL 270.4º 0.34% 0.56% -
HSV(B) 270.4º 0.41% 0.71% -
XYZ 25 19.57 46.18 -
YUV 125.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 144 106 181 0.20 0.41 0 0.29 270.4 0.34 0.56
Hex 90 6A B5 14 29 0 1D 10E 22 38
Octal 220 152 265 24 51 0 35 416 42 70
Binary 10010000 1101010 10110101 10100 101001 0 11101 100001110 100010 111000

Color Harmonies of #906AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906AB5

Black with #906AB5

Text Example


Text Example

White with #906AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906AB5; }

 p { color: rgb(144,106,181); }

 H1.HeaderClassName
 {
   color: #906AB5;
 }
 .AnyTagClassName
 {
   color: #906AB5;
 }
</style>

background-color css

<style>
 a { background-color: #906AB5; }

 a { background-color: rgb(144,106,181); }

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

border-color css

<style>
 span { border-color: #906AB5; }

 span { border-color: rgb(144,106,181); }

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