Shades of Trendy Pink #865A8A
Tints of Trendy Pink #865A8A
RGB
CMYK
RGB Variations
Color information
#865A8A (or 0x865A8A) is known color: Trendy Pink. HEX triplet: 86, 5A and 8A. RGB value is (134,90,138). Sum of RGB (Red+Green+Blue) = 134+90+138=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #865A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865A8A is #79A575. Grayscale: #6C6C6C. Windows color (decimal): -7972214 or 9067142. OLE color: 9067142.
HSL color Cylindrical-coordinate representation of color #865A8A: hue angle of 295º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #865A8A is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 90 | 138 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.46 |
| HSL | 295º | 0.21% | 0.45% | - |
| HSV(B) | 295º | 0.35% | 0.54% | - |
| XYZ | 18.08 | 14.22 | 25.84 | - |
| YUV | 108.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 138 | 0.03 | 0.35 | 0 | 0.46 | 295 | 0.21 | 0.45 |
| Hex | 86 | 5A | 8A | 3 | 23 | 0 | 2E | 127 | 15 | 2D |
| Octal | 206 | 132 | 212 | 3 | 43 | 0 | 56 | 447 | 25 | 55 |
| Binary | 10000110 | 1011010 | 10001010 | 11 | 100011 | 0 | 101110 | 100100111 | 10101 | 101101 |
Color Harmonies of #865A8A
Complementary color
Monochromatic Colors of #865A8A
Black with #865A8A
Text Example
Text Example
White with #865A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865A8A; }
p { color: rgb(134,90,138); }
H1.HeaderClassName
{
color: #865A8A;
}
.AnyTagClassName
{
color: #865A8A;
}
</style>
background-color css
<style>
a { background-color: #865A8A; }
a { background-color: rgb(134,90,138); }
div.DivClassName
{
background-color: #865A8A;
}
.BgClassName
{
background-color: #865A8A;
}
</style>
border-color css
<style>
span { border-color: #865A8A; }
span { border-color: rgb(134,90,138); }
td.TdClassName
{
border-color: #865A8A;
}
.TagClassName
{
border-color: #865A8A;
}
</style>