#907EB3

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

Shades of Purple Mountain's Majesty #907EB3

Tints of Purple Mountain's Majesty #907EB3

Color information

#907EB3 (or 0x907EB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7E and B3. RGB value is (144,126,179). Sum of RGB (Red+Green+Blue) = 144+126+179=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #907EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907EB3 is #6F814C. Grayscale: #898989. Windows color (decimal): -7307597 or 11763344. OLE color: 11763344.

HSL color Cylindrical-coordinate representation of color #907EB3: hue angle of 260.38º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #907EB3 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB144126179-
CMYK0.200.3000.30
HSL260.38º25.85%59.8%-
HSV(B)260.38º29.61%70.2%-
XYZ27.124.1145.87-
YUV137.42151.46132.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.07%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 179 (70.31% from 255) = 39.87%
R=32.07%
G=28.06%
B=39.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1441261790.200.3000.30260.3825.8559.8
Hex907EB3141E01E1041a3c
Octal22017626324360364043274
Binary10010000111111010110011101001111001111010000010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,126,179); }

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

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

 a { background-color: rgb(144,126,179); }

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

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

 span { border-color: rgb(144,126,179); }

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