Html Css Color HEX #907BB3 Purple Mountain's Majesty
📋 copy color: '#907BB3'red 144 ◦ green 123 ◦ blue 179
Shades of Purple Mountain's Majesty #907BB3
Tints of Purple Mountain's Majesty #907BB3
RGB
CMYK
RGB Variations
Color information
#907BB3 (or 0x907BB3) is known color: Purple Mountain's Majesty. HEX triplet: 90, 7B and B3. RGB value is (144,123,179). Sum of RGB (Red+Green+Blue) = 144+123+179=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #907BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BB3 is #6F844C. Grayscale: #878787. Windows color (decimal): -7308365 or 11762576. OLE color: 11762576.
HSL color Cylindrical-coordinate representation of color #907BB3: hue angle of 262.5º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #907BB3 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 123 | 179 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.30 |
| HSL | 262.5º | 0.27% | 0.59% | - |
| HSV(B) | 262.5º | 0.31% | 0.7% | - |
| XYZ | 26.72 | 23.35 | 45.75 | - |
| YUV | 135.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 179 | 0.20 | 0.31 | 0 | 0.30 | 262.5 | 0.27 | 0.59 |
| Hex | 90 | 7B | B3 | 14 | 1F | 0 | 1E | 106 | 1B | 3B |
| Octal | 220 | 173 | 263 | 24 | 37 | 0 | 36 | 406 | 33 | 73 |
| Binary | 10010000 | 1111011 | 10110011 | 10100 | 11111 | 0 | 11110 | 100000110 | 11011 | 111011 |
Color Harmonies of #907BB3
Complementary color
Monochromatic Colors of #907BB3
Black with #907BB3
Text Example
Text Example
White with #907BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BB3; }
p { color: rgb(144,123,179); }
H1.HeaderClassName
{
color: #907BB3;
}
.AnyTagClassName
{
color: #907BB3;
}
</style>
background-color css
<style>
a { background-color: #907BB3; }
a { background-color: rgb(144,123,179); }
div.DivClassName
{
background-color: #907BB3;
}
.BgClassName
{
background-color: #907BB3;
}
</style>
border-color css
<style>
span { border-color: #907BB3; }
span { border-color: rgb(144,123,179); }
td.TdClassName
{
border-color: #907BB3;
}
.TagClassName
{
border-color: #907BB3;
}
</style>