Html Css Color HEX #8A6AB3 Purple Mountain's Majesty
📋 copy color: '#8A6AB3'red 138 ◦ green 106 ◦ blue 179
Shades of Purple Mountain's Majesty #8A6AB3
Tints of Purple Mountain's Majesty #8A6AB3
RGB
CMYK
RGB Variations
Color information
#8A6AB3 (or 0x8A6AB3) is known color: Purple Mountain's Majesty. HEX triplet: 8A, 6A and B3. RGB value is (138,106,179). Sum of RGB (Red+Green+Blue) = 138+106+179=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A6AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6AB3 is #75954C. Grayscale: #7B7B7B. Windows color (decimal): -7705933 or 11758218. OLE color: 11758218.
HSL color Cylindrical-coordinate representation of color #8A6AB3: hue angle of 266.3º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A6AB3 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 106 | 179 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.30 |
| HSL | 266.3º | 0.32% | 0.56% | - |
| HSV(B) | 266.3º | 0.41% | 0.7% | - |
| XYZ | 23.77 | 18.97 | 45.06 | - |
| YUV | 123.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 179 | 0.23 | 0.41 | 0 | 0.30 | 266.3 | 0.32 | 0.56 |
| Hex | 8A | 6A | B3 | 17 | 29 | 0 | 1E | 10A | 20 | 38 |
| Octal | 212 | 152 | 263 | 27 | 51 | 0 | 36 | 412 | 40 | 70 |
| Binary | 10001010 | 1101010 | 10110011 | 10111 | 101001 | 0 | 11110 | 100001010 | 100000 | 111000 |
Color Harmonies of #8A6AB3
Complementary color
Monochromatic Colors of #8A6AB3
Black with #8A6AB3
Text Example
Text Example
White with #8A6AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6AB3; }
p { color: rgb(138,106,179); }
H1.HeaderClassName
{
color: #8A6AB3;
}
.AnyTagClassName
{
color: #8A6AB3;
}
</style>
background-color css
<style>
a { background-color: #8A6AB3; }
a { background-color: rgb(138,106,179); }
div.DivClassName
{
background-color: #8A6AB3;
}
.BgClassName
{
background-color: #8A6AB3;
}
</style>
border-color css
<style>
span { border-color: #8A6AB3; }
span { border-color: rgb(138,106,179); }
td.TdClassName
{
border-color: #8A6AB3;
}
.TagClassName
{
border-color: #8A6AB3;
}
</style>