Shades of Vivid Violet #85388B
Tints of Vivid Violet #85388B
RGB
CMYK
RGB Variations
Color information
#85388B (or 0x85388B) is known color: Vivid Violet. HEX triplet: 85, 38 and 8B. RGB value is (133,56,139). Sum of RGB (Red+Green+Blue) = 133+56+139=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #85388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85388B is #7AC774. Grayscale: #585858. Windows color (decimal): -8046453 or 9123973. OLE color: 9123973.
HSL color Cylindrical-coordinate representation of color #85388B: hue angle of 295.66º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85388B is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 56 | 139 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.45 |
| HSL | 295.66º | 0.43% | 0.38% | - |
| HSV(B) | 295.66º | 0.6% | 0.55% | - |
| XYZ | 15.75 | 9.68 | 25.46 | - |
| YUV | 88.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 139 | 0.04 | 0.60 | 0 | 0.45 | 295.66 | 0.43 | 0.38 |
| Hex | 85 | 38 | 8B | 4 | 3C | 0 | 2D | 128 | 2B | 26 |
| Octal | 205 | 70 | 213 | 4 | 74 | 0 | 55 | 450 | 53 | 46 |
| Binary | 10000101 | 111000 | 10001011 | 100 | 111100 | 0 | 101101 | 100101000 | 101011 | 100110 |
Color Harmonies of #85388B
Complementary color
Monochromatic Colors of #85388B
Black with #85388B
Text Example
Text Example
White with #85388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85388B; }
p { color: rgb(133,56,139); }
H1.HeaderClassName
{
color: #85388B;
}
.AnyTagClassName
{
color: #85388B;
}
</style>
background-color css
<style>
a { background-color: #85388B; }
a { background-color: rgb(133,56,139); }
div.DivClassName
{
background-color: #85388B;
}
.BgClassName
{
background-color: #85388B;
}
</style>
border-color css
<style>
span { border-color: #85388B; }
span { border-color: rgb(133,56,139); }
td.TdClassName
{
border-color: #85388B;
}
.TagClassName
{
border-color: #85388B;
}
</style>