Shades of Vivid Violet #85309B
Tints of Vivid Violet #85309B
RGB
CMYK
RGB Variations
Color information
#85309B (or 0x85309B) is known color: Vivid Violet. HEX triplet: 85, 30 and 9B. RGB value is (133,48,155). Sum of RGB (Red+Green+Blue) = 133+48+155=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #85309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85309B is #7ACF64. Grayscale: #555555. Windows color (decimal): -8048485 or 10170501. OLE color: 10170501.
HSL color Cylindrical-coordinate representation of color #85309B: hue angle of 287.66º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85309B is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 48 | 155 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.39 |
| HSL | 287.66º | 0.53% | 0.4% | - |
| HSV(B) | 287.66º | 0.69% | 0.61% | - |
| XYZ | 16.65 | 9.47 | 31.96 | - |
| YUV | 85.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 155 | 0.14 | 0.69 | 0 | 0.39 | 287.66 | 0.53 | 0.4 |
| Hex | 85 | 30 | 9B | E | 45 | 0 | 27 | 120 | 35 | 28 |
| Octal | 205 | 60 | 233 | 16 | 105 | 0 | 47 | 440 | 65 | 50 |
| Binary | 10000101 | 110000 | 10011011 | 1110 | 1000101 | 0 | 100111 | 100100000 | 110101 | 101000 |
Color Harmonies of #85309B
Complementary color
Monochromatic Colors of #85309B
Black with #85309B
Text Example
Text Example
White with #85309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85309B; }
p { color: rgb(133,48,155); }
H1.HeaderClassName
{
color: #85309B;
}
.AnyTagClassName
{
color: #85309B;
}
</style>
background-color css
<style>
a { background-color: #85309B; }
a { background-color: rgb(133,48,155); }
div.DivClassName
{
background-color: #85309B;
}
.BgClassName
{
background-color: #85309B;
}
</style>
border-color css
<style>
span { border-color: #85309B; }
span { border-color: rgb(133,48,155); }
td.TdClassName
{
border-color: #85309B;
}
.TagClassName
{
border-color: #85309B;
}
</style>