Shades of Vivid Violet #85279E
Tints of Vivid Violet #85279E
RGB
CMYK
RGB Variations
Color information
#85279E (or 0x85279E) is known color: Vivid Violet. HEX triplet: 85, 27 and 9E. RGB value is (133,39,158). Sum of RGB (Red+Green+Blue) = 133+39+158=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #85279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85279E is #7AD861. Grayscale: #505050. Windows color (decimal): -8050786 or 10364805. OLE color: 10364805.
HSL color Cylindrical-coordinate representation of color #85279E: hue angle of 287.39º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85279E is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 39 | 158 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.38 |
| HSL | 287.4º | 0.6% | 0.39% | - |
| HSV(B) | 287.4º | 0.75% | 0.62% | - |
| XYZ | 16.57 | 8.91 | 33.19 | - |
| YUV | 80.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 158 | 0.16 | 0.75 | 0 | 0.38 | 287.4 | 0.6 | 0.39 |
| Hex | 85 | 27 | 9E | 10 | 4B | 0 | 26 | 11F | 3C | 27 |
| Octal | 205 | 47 | 236 | 20 | 113 | 0 | 46 | 437 | 74 | 47 |
| Binary | 10000101 | 100111 | 10011110 | 10000 | 1001011 | 0 | 100110 | 100011111 | 111100 | 100111 |
Color Harmonies of #85279E
Complementary color
Monochromatic Colors of #85279E
Black with #85279E
Text Example
Text Example
White with #85279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85279E; }
p { color: rgb(133,39,158); }
H1.HeaderClassName
{
color: #85279E;
}
.AnyTagClassName
{
color: #85279E;
}
</style>
background-color css
<style>
a { background-color: #85279E; }
a { background-color: rgb(133,39,158); }
div.DivClassName
{
background-color: #85279E;
}
.BgClassName
{
background-color: #85279E;
}
</style>
border-color css
<style>
span { border-color: #85279E; }
span { border-color: rgb(133,39,158); }
td.TdClassName
{
border-color: #85279E;
}
.TagClassName
{
border-color: #85279E;
}
</style>