Shades of Vivid Violet #853A9D
Tints of Vivid Violet #853A9D
RGB
CMYK
RGB Variations
Color information
#853A9D (or 0x853A9D) is known color: Vivid Violet. HEX triplet: 85, 3A and 9D. RGB value is (133,58,157). Sum of RGB (Red+Green+Blue) = 133+58+157=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #853A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853A9D is #7AC562. Grayscale: #5B5B5B. Windows color (decimal): -8045923 or 10304133. OLE color: 10304133.
HSL color Cylindrical-coordinate representation of color #853A9D: hue angle of 285.45º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853A9D is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 58 | 157 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.38 |
| HSL | 285.45º | 0.46% | 0.42% | - |
| HSV(B) | 285.45º | 0.63% | 0.62% | - |
| XYZ | 17.27 | 10.45 | 33 | - |
| YUV | 91.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 58 | 157 | 0.15 | 0.63 | 0 | 0.38 | 285.45 | 0.46 | 0.42 |
| Hex | 85 | 3A | 9D | F | 3F | 0 | 26 | 11D | 2E | 2A |
| Octal | 205 | 72 | 235 | 17 | 77 | 0 | 46 | 435 | 56 | 52 |
| Binary | 10000101 | 111010 | 10011101 | 1111 | 111111 | 0 | 100110 | 100011101 | 101110 | 101010 |
Color Harmonies of #853A9D
Complementary color
Monochromatic Colors of #853A9D
Black with #853A9D
Text Example
Text Example
White with #853A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853A9D; }
p { color: rgb(133,58,157); }
H1.HeaderClassName
{
color: #853A9D;
}
.AnyTagClassName
{
color: #853A9D;
}
</style>
background-color css
<style>
a { background-color: #853A9D; }
a { background-color: rgb(133,58,157); }
div.DivClassName
{
background-color: #853A9D;
}
.BgClassName
{
background-color: #853A9D;
}
</style>
border-color css
<style>
span { border-color: #853A9D; }
span { border-color: rgb(133,58,157); }
td.TdClassName
{
border-color: #853A9D;
}
.TagClassName
{
border-color: #853A9D;
}
</style>