Html Css Color HEX #896CB3 Purple Mountain's Majesty
📋 copy color: '#896CB3'red 137 ◦ green 108 ◦ blue 179
Shades of Purple Mountain's Majesty #896CB3
Tints of Purple Mountain's Majesty #896CB3
RGB
CMYK
RGB Variations
Color information
#896CB3 (or 0x896CB3) is known color: Purple Mountain's Majesty. HEX triplet: 89, 6C and B3. RGB value is (137,108,179). Sum of RGB (Red+Green+Blue) = 137+108+179=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 179 - color contains mainly: blue. Hex color #896CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CB3 is #76934C. Grayscale: #7C7C7C. Windows color (decimal): -7770957 or 11758729. OLE color: 11758729.
HSL color Cylindrical-coordinate representation of color #896CB3: hue angle of 264.51º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #896CB3 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 108 | 179 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.30 |
| HSL | 264.51º | 0.32% | 0.56% | - |
| HSV(B) | 264.51º | 0.4% | 0.7% | - |
| XYZ | 23.82 | 19.3 | 45.12 | - |
| YUV | 124.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 179 | 0.23 | 0.40 | 0 | 0.30 | 264.51 | 0.32 | 0.56 |
| Hex | 89 | 6C | B3 | 17 | 28 | 0 | 1E | 109 | 20 | 38 |
| Octal | 211 | 154 | 263 | 27 | 50 | 0 | 36 | 411 | 40 | 70 |
| Binary | 10001001 | 1101100 | 10110011 | 10111 | 101000 | 0 | 11110 | 100001001 | 100000 | 111000 |
Color Harmonies of #896CB3
Complementary color
Monochromatic Colors of #896CB3
Black with #896CB3
Text Example
Text Example
White with #896CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896CB3; }
p { color: rgb(137,108,179); }
H1.HeaderClassName
{
color: #896CB3;
}
.AnyTagClassName
{
color: #896CB3;
}
</style>
background-color css
<style>
a { background-color: #896CB3; }
a { background-color: rgb(137,108,179); }
div.DivClassName
{
background-color: #896CB3;
}
.BgClassName
{
background-color: #896CB3;
}
</style>
border-color css
<style>
span { border-color: #896CB3; }
span { border-color: rgb(137,108,179); }
td.TdClassName
{
border-color: #896CB3;
}
.TagClassName
{
border-color: #896CB3;
}
</style>