Shades of Vivid Violet #854B8B
Tints of Vivid Violet #854B8B
RGB
CMYK
RGB Variations
Color information
#854B8B (or 0x854B8B) is known color: Vivid Violet. HEX triplet: 85, 4B and 8B. RGB value is (133,75,139). Sum of RGB (Red+Green+Blue) = 133+75+139=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #854B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854B8B is #7AB474. Grayscale: #636363. Windows color (decimal): -8041589 or 9128837. OLE color: 9128837.
HSL color Cylindrical-coordinate representation of color #854B8B: hue angle of 294.38º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #854B8B is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 75 | 139 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.45 |
| HSL | 294.38º | 0.3% | 0.42% | - |
| HSV(B) | 294.38º | 0.46% | 0.55% | - |
| XYZ | 16.85 | 11.88 | 25.83 | - |
| YUV | 99.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 139 | 0.04 | 0.46 | 0 | 0.45 | 294.38 | 0.3 | 0.42 |
| Hex | 85 | 4B | 8B | 4 | 2E | 0 | 2D | 126 | 1E | 2A |
| Octal | 205 | 113 | 213 | 4 | 56 | 0 | 55 | 446 | 36 | 52 |
| Binary | 10000101 | 1001011 | 10001011 | 100 | 101110 | 0 | 101101 | 100100110 | 11110 | 101010 |
Color Harmonies of #854B8B
Complementary color
Monochromatic Colors of #854B8B
Black with #854B8B
Text Example
Text Example
White with #854B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B8B; }
p { color: rgb(133,75,139); }
H1.HeaderClassName
{
color: #854B8B;
}
.AnyTagClassName
{
color: #854B8B;
}
</style>
background-color css
<style>
a { background-color: #854B8B; }
a { background-color: rgb(133,75,139); }
div.DivClassName
{
background-color: #854B8B;
}
.BgClassName
{
background-color: #854B8B;
}
</style>
border-color css
<style>
span { border-color: #854B8B; }
span { border-color: rgb(133,75,139); }
td.TdClassName
{
border-color: #854B8B;
}
.TagClassName
{
border-color: #854B8B;
}
</style>