#906FB4

Color #906FB4 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #906FB4

Tints of Purple Mountain's Majesty #906FB4

Color information

#906FB4 (or 0x906FB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 6F and B4. RGB value is (144,111,180). Sum of RGB (Red+Green+Blue) = 144+111+180=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #906FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FB4 is #6F904B. Grayscale: #808080. Windows color (decimal): -7311436 or 11825040. OLE color: 11825040.

HSL color Cylindrical-coordinate representation of color #906FB4: hue angle of 268.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #906FB4 is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144111180-
CMYK0.20.3800.29
HSL268.7º31.51%57.06%-
HSV(B)268.7º38.33%70.59%-
XYZ25.4220.5945.81-
YUV128.73156.93138.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=33.10%
G=25.52%
B=41.38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441111800.20.3800.29268.731.5157.06
Hex906FB4142601D10d2039
Octal22015726424460354154071
Binary1001000011011111011010010100100110011101100001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #906FB4;
 }
 .AnyTagClassName
 {
   color: #906FB4;
 }
</style>
background-color css

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

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

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

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

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

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