#907CB9

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

Shades of Purple Mountain's Majesty #907CB9

Tints of Purple Mountain's Majesty #907CB9

Color information

#907CB9 (or 0x907CB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 7C and B9. RGB value is (144,124,185). Sum of RGB (Red+Green+Blue) = 144+124+185=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 185 - color contains mainly: blue. Hex color #907CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CB9 is #6F8346. Grayscale: #888888. Windows color (decimal): -7308103 or 12156048. OLE color: 12156048.

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

Color convert

RGB144124185-
CMYK0.220.3300.27
HSL259.67º30.35%60.59%-
HSV(B)259.67º32.97%72.55%-
XYZ27.4723.8549.05-
YUV136.93155.13133.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.79%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 185 (72.66% from 255) = 40.84%
R=31.79%
G=27.37%
B=40.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441241850.220.3300.27259.6730.3560.59
Hex907CB9162101B1041e3d
Octal22017427126410334043675
Binary100100001111100101110011011010000101101110000010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,124,185); }

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

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

 a { background-color: rgb(144,124,185); }

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

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

 span { border-color: rgb(144,124,185); }

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