Shades of Trendy Pink #864A8A
Tints of Trendy Pink #864A8A
RGB
CMYK
RGB Variations
Color information
#864A8A (or 0x864A8A) is known color: Trendy Pink. HEX triplet: 86, 4A and 8A. RGB value is (134,74,138). Sum of RGB (Red+Green+Blue) = 134+74+138=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #864A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864A8A is #79B575. Grayscale: #636363. Windows color (decimal): -7976310 or 9063046. OLE color: 9063046.
HSL color Cylindrical-coordinate representation of color #864A8A: hue angle of 296.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #864A8A is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 74 | 138 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.46 |
| HSL | 296.25º | 0.3% | 0.42% | - |
| HSV(B) | 296.25º | 0.46% | 0.54% | - |
| XYZ | 16.87 | 11.8 | 25.43 | - |
| YUV | 99.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 138 | 0.03 | 0.46 | 0 | 0.46 | 296.25 | 0.3 | 0.42 |
| Hex | 86 | 4A | 8A | 3 | 2E | 0 | 2E | 128 | 1E | 2A |
| Octal | 206 | 112 | 212 | 3 | 56 | 0 | 56 | 450 | 36 | 52 |
| Binary | 10000110 | 1001010 | 10001010 | 11 | 101110 | 0 | 101110 | 100101000 | 11110 | 101010 |
Color Harmonies of #864A8A
Complementary color
Monochromatic Colors of #864A8A
Black with #864A8A
Text Example
Text Example
White with #864A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A8A; }
p { color: rgb(134,74,138); }
H1.HeaderClassName
{
color: #864A8A;
}
.AnyTagClassName
{
color: #864A8A;
}
</style>
background-color css
<style>
a { background-color: #864A8A; }
a { background-color: rgb(134,74,138); }
div.DivClassName
{
background-color: #864A8A;
}
.BgClassName
{
background-color: #864A8A;
}
</style>
border-color css
<style>
span { border-color: #864A8A; }
span { border-color: rgb(134,74,138); }
td.TdClassName
{
border-color: #864A8A;
}
.TagClassName
{
border-color: #864A8A;
}
</style>