Shades of Trendy Pink #835A8A
Tints of Trendy Pink #835A8A
RGB
CMYK
RGB Variations
Color information
#835A8A (or 0x835A8A) is known color: Trendy Pink. HEX triplet: 83, 5A and 8A. RGB value is (131,90,138). Sum of RGB (Red+Green+Blue) = 131+90+138=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #835A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835A8A is #7CA575. Grayscale: #6B6B6B. Windows color (decimal): -8168822 or 9067139. OLE color: 9067139.
HSL color Cylindrical-coordinate representation of color #835A8A: hue angle of 291.25º 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 #835A8A is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 90 | 138 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.46 |
| HSL | 291.25º | 0.21% | 0.45% | - |
| HSV(B) | 291.25º | 0.35% | 0.54% | - |
| XYZ | 17.6 | 13.97 | 25.81 | - |
| YUV | 107.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 138 | 0.05 | 0.35 | 0 | 0.46 | 291.25 | 0.21 | 0.45 |
| Hex | 83 | 5A | 8A | 5 | 23 | 0 | 2E | 123 | 15 | 2D |
| Octal | 203 | 132 | 212 | 5 | 43 | 0 | 56 | 443 | 25 | 55 |
| Binary | 10000011 | 1011010 | 10001010 | 101 | 100011 | 0 | 101110 | 100100011 | 10101 | 101101 |
Color Harmonies of #835A8A
Complementary color
Monochromatic Colors of #835A8A
Black with #835A8A
Text Example
Text Example
White with #835A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835A8A; }
p { color: rgb(131,90,138); }
H1.HeaderClassName
{
color: #835A8A;
}
.AnyTagClassName
{
color: #835A8A;
}
</style>
background-color css
<style>
a { background-color: #835A8A; }
a { background-color: rgb(131,90,138); }
div.DivClassName
{
background-color: #835A8A;
}
.BgClassName
{
background-color: #835A8A;
}
</style>
border-color css
<style>
span { border-color: #835A8A; }
span { border-color: rgb(131,90,138); }
td.TdClassName
{
border-color: #835A8A;
}
.TagClassName
{
border-color: #835A8A;
}
</style>