#907FB4

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

Shades of Purple Mountain's Majesty #907FB4

Tints of Purple Mountain's Majesty #907FB4

Color information

#907FB4 (or 0x907FB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7F and B4. RGB value is (144,127,180). Sum of RGB (Red+Green+Blue) = 144+127+180=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #907FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FB4 is #6F804B. Grayscale: #898989. Windows color (decimal): -7307340 or 11829136. OLE color: 11829136.

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

Color convert

RGB144127180-
CMYK0.20.2900.29
HSL259.25º26.11%60.2%-
HSV(B)259.25º29.44%70.59%-
XYZ27.3324.446.45-
YUV138.12151.63132.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.93%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=31.93%
G=28.16%
B=39.91%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441271800.20.2900.29259.2526.1160.2
Hex907FB4141D01D1031a3c
Octal22017726424350354033274
Binary10010000111111110110100101001110101110110000001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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