Shades of Vivid Violet #85338B
Tints of Vivid Violet #85338B
RGB
CMYK
RGB Variations
Color information
#85338B (or 0x85338B) is known color: Vivid Violet. HEX triplet: 85, 33 and 8B. RGB value is (133,51,139). Sum of RGB (Red+Green+Blue) = 133+51+139=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #85338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85338B is #7ACC74. Grayscale: #555555. Windows color (decimal): -8047733 or 9122693. OLE color: 9122693.
HSL color Cylindrical-coordinate representation of color #85338B: hue angle of 295.91º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85338B is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 51 | 139 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.45 |
| HSL | 295.91º | 0.46% | 0.37% | - |
| HSV(B) | 295.91º | 0.63% | 0.55% | - |
| XYZ | 15.52 | 9.22 | 25.39 | - |
| YUV | 85.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 139 | 0.04 | 0.63 | 0 | 0.45 | 295.91 | 0.46 | 0.37 |
| Hex | 85 | 33 | 8B | 4 | 3F | 0 | 2D | 128 | 2E | 25 |
| Octal | 205 | 63 | 213 | 4 | 77 | 0 | 55 | 450 | 56 | 45 |
| Binary | 10000101 | 110011 | 10001011 | 100 | 111111 | 0 | 101101 | 100101000 | 101110 | 100101 |
Color Harmonies of #85338B
Complementary color
Monochromatic Colors of #85338B
Black with #85338B
Text Example
Text Example
White with #85338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85338B; }
p { color: rgb(133,51,139); }
H1.HeaderClassName
{
color: #85338B;
}
.AnyTagClassName
{
color: #85338B;
}
</style>
background-color css
<style>
a { background-color: #85338B; }
a { background-color: rgb(133,51,139); }
div.DivClassName
{
background-color: #85338B;
}
.BgClassName
{
background-color: #85338B;
}
</style>
border-color css
<style>
span { border-color: #85338B; }
span { border-color: rgb(133,51,139); }
td.TdClassName
{
border-color: #85338B;
}
.TagClassName
{
border-color: #85338B;
}
</style>