Shades of Vivid Violet #853396
Tints of Vivid Violet #853396
RGB
CMYK
RGB Variations
Color information
#853396 (or 0x853396) is known color: Vivid Violet. HEX triplet: 85, 33 and 96. RGB value is (133,51,150). Sum of RGB (Red+Green+Blue) = 133+51+150=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #853396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853396 is #7ACC69. Grayscale: #565656. Windows color (decimal): -8047722 or 9843589. OLE color: 9843589.
HSL color Cylindrical-coordinate representation of color #853396: hue angle of 289.7º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853396 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 51 | 150 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.41 |
| HSL | 289.7º | 0.49% | 0.39% | - |
| HSV(B) | 289.7º | 0.66% | 0.59% | - |
| XYZ | 16.36 | 9.56 | 29.84 | - |
| YUV | 86.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 150 | 0.11 | 0.66 | 0 | 0.41 | 289.7 | 0.49 | 0.39 |
| Hex | 85 | 33 | 96 | B | 42 | 0 | 29 | 122 | 31 | 27 |
| Octal | 205 | 63 | 226 | 13 | 102 | 0 | 51 | 442 | 61 | 47 |
| Binary | 10000101 | 110011 | 10010110 | 1011 | 1000010 | 0 | 101001 | 100100010 | 110001 | 100111 |
Color Harmonies of #853396
Complementary color
Monochromatic Colors of #853396
Black with #853396
Text Example
Text Example
White with #853396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853396; }
p { color: rgb(133,51,150); }
H1.HeaderClassName
{
color: #853396;
}
.AnyTagClassName
{
color: #853396;
}
</style>
background-color css
<style>
a { background-color: #853396; }
a { background-color: rgb(133,51,150); }
div.DivClassName
{
background-color: #853396;
}
.BgClassName
{
background-color: #853396;
}
</style>
border-color css
<style>
span { border-color: #853396; }
span { border-color: rgb(133,51,150); }
td.TdClassName
{
border-color: #853396;
}
.TagClassName
{
border-color: #853396;
}
</style>