Shades of Vivid Violet #85399C
Tints of Vivid Violet #85399C
RGB
CMYK
RGB Variations
Color information
#85399C (or 0x85399C) is known color: Vivid Violet. HEX triplet: 85, 39 and 9C. RGB value is (133,57,156). Sum of RGB (Red+Green+Blue) = 133+57+156=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #85399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85399C is #7AC663. Grayscale: #5A5A5A. Windows color (decimal): -8046180 or 10238341. OLE color: 10238341.
HSL color Cylindrical-coordinate representation of color #85399C: hue angle of 286.06º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85399C is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 57 | 156 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.39 |
| HSL | 286.06º | 0.46% | 0.42% | - |
| HSV(B) | 286.06º | 0.63% | 0.61% | - |
| XYZ | 17.14 | 10.31 | 32.54 | - |
| YUV | 91.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 156 | 0.15 | 0.63 | 0 | 0.39 | 286.06 | 0.46 | 0.42 |
| Hex | 85 | 39 | 9C | F | 3F | 0 | 27 | 11E | 2E | 2A |
| Octal | 205 | 71 | 234 | 17 | 77 | 0 | 47 | 436 | 56 | 52 |
| Binary | 10000101 | 111001 | 10011100 | 1111 | 111111 | 0 | 100111 | 100011110 | 101110 | 101010 |
Color Harmonies of #85399C
Complementary color
Monochromatic Colors of #85399C
Black with #85399C
Text Example
Text Example
White with #85399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85399C; }
p { color: rgb(133,57,156); }
H1.HeaderClassName
{
color: #85399C;
}
.AnyTagClassName
{
color: #85399C;
}
</style>
background-color css
<style>
a { background-color: #85399C; }
a { background-color: rgb(133,57,156); }
div.DivClassName
{
background-color: #85399C;
}
.BgClassName
{
background-color: #85399C;
}
</style>
border-color css
<style>
span { border-color: #85399C; }
span { border-color: rgb(133,57,156); }
td.TdClassName
{
border-color: #85399C;
}
.TagClassName
{
border-color: #85399C;
}
</style>