Shades of Vivid Violet #85308F
Tints of Vivid Violet #85308F
RGB
CMYK
RGB Variations
Color information
#85308F (or 0x85308F) is known color: Vivid Violet. HEX triplet: 85, 30 and 8F. RGB value is (133,48,143). Sum of RGB (Red+Green+Blue) = 133+48+143=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #85308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85308F is #7ACF70. Grayscale: #535353. Windows color (decimal): -8048497 or 9384069. OLE color: 9384069.
HSL color Cylindrical-coordinate representation of color #85308F: hue angle of 293.68º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85308F is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 48 | 143 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.44 |
| HSL | 293.68º | 0.5% | 0.37% | - |
| HSV(B) | 293.68º | 0.66% | 0.56% | - |
| XYZ | 15.69 | 9.08 | 26.91 | - |
| YUV | 84.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 143 | 0.07 | 0.66 | 0 | 0.44 | 293.68 | 0.5 | 0.37 |
| Hex | 85 | 30 | 8F | 7 | 42 | 0 | 2C | 126 | 32 | 25 |
| Octal | 205 | 60 | 217 | 7 | 102 | 0 | 54 | 446 | 62 | 45 |
| Binary | 10000101 | 110000 | 10001111 | 111 | 1000010 | 0 | 101100 | 100100110 | 110010 | 100101 |
Color Harmonies of #85308F
Complementary color
Monochromatic Colors of #85308F
Black with #85308F
Text Example
Text Example
White with #85308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85308F; }
p { color: rgb(133,48,143); }
H1.HeaderClassName
{
color: #85308F;
}
.AnyTagClassName
{
color: #85308F;
}
</style>
background-color css
<style>
a { background-color: #85308F; }
a { background-color: rgb(133,48,143); }
div.DivClassName
{
background-color: #85308F;
}
.BgClassName
{
background-color: #85308F;
}
</style>
border-color css
<style>
span { border-color: #85308F; }
span { border-color: rgb(133,48,143); }
td.TdClassName
{
border-color: #85308F;
}
.TagClassName
{
border-color: #85308F;
}
</style>