Shades of Vivid Violet #85309C
Tints of Vivid Violet #85309C
RGB
CMYK
RGB Variations
Color information
#85309C (or 0x85309C) is known color: Vivid Violet. HEX triplet: 85, 30 and 9C. RGB value is (133,48,156). Sum of RGB (Red+Green+Blue) = 133+48+156=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #85309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85309C is #7ACF63. Grayscale: #555555. Windows color (decimal): -8048484 or 10236037. OLE color: 10236037.
HSL color Cylindrical-coordinate representation of color #85309C: hue angle of 287.22º 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 #85309C is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 48 | 156 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.39 |
| HSL | 287.22º | 0.53% | 0.4% | - |
| HSV(B) | 287.22º | 0.69% | 0.61% | - |
| XYZ | 16.73 | 9.5 | 32.4 | - |
| YUV | 85.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 156 | 0.15 | 0.69 | 0 | 0.39 | 287.22 | 0.53 | 0.4 |
| Hex | 85 | 30 | 9C | F | 45 | 0 | 27 | 11F | 35 | 28 |
| Octal | 205 | 60 | 234 | 17 | 105 | 0 | 47 | 437 | 65 | 50 |
| Binary | 10000101 | 110000 | 10011100 | 1111 | 1000101 | 0 | 100111 | 100011111 | 110101 | 101000 |
Color Harmonies of #85309C
Complementary color
Monochromatic Colors of #85309C
Black with #85309C
Text Example
Text Example
White with #85309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85309C; }
p { color: rgb(133,48,156); }
H1.HeaderClassName
{
color: #85309C;
}
.AnyTagClassName
{
color: #85309C;
}
</style>
background-color css
<style>
a { background-color: #85309C; }
a { background-color: rgb(133,48,156); }
div.DivClassName
{
background-color: #85309C;
}
.BgClassName
{
background-color: #85309C;
}
</style>
border-color css
<style>
span { border-color: #85309C; }
span { border-color: rgb(133,48,156); }
td.TdClassName
{
border-color: #85309C;
}
.TagClassName
{
border-color: #85309C;
}
</style>