#907BBA

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

Shades of Purple Mountain's Majesty #907BBA

Tints of Purple Mountain's Majesty #907BBA

Color information

#907BBA (or 0x907BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7B and BA. RGB value is (144,123,186). Sum of RGB (Red+Green+Blue) = 144+123+186=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #907BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BBA is #6F8445. Grayscale: #888888. Windows color (decimal): -7308358 or 12221328. OLE color: 12221328.

HSL color Cylindrical-coordinate representation of color #907BBA: hue angle of 260º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #907BBA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144123186-
CMYK0.230.3400.27
HSL260º31.34%60.59%-
HSV(B)260º33.87%72.94%-
XYZ27.4523.6449.57-
YUV136.46155.96133.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 123 (48.44% from 255) = 27.15%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=31.79%
G=27.15%
B=41.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441231860.230.3400.2726031.3460.59
Hex907BBA172201B1041f3d
Octal22017327227420334043775
Binary100100001111011101110101011110001001101110000010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,123,186); }

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

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

 a { background-color: rgb(144,123,186); }

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

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

 span { border-color: rgb(144,123,186); }

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