Shades of Vivid Violet #852C8A
Tints of Vivid Violet #852C8A
RGB
CMYK
RGB Variations
Color information
#852C8A (or 0x852C8A) is known color: Vivid Violet. HEX triplet: 85, 2C and 8A. RGB value is (133,44,138). Sum of RGB (Red+Green+Blue) = 133+44+138=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #852C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852C8A is #7AD375. Grayscale: #515151. Windows color (decimal): -8049526 or 9055365. OLE color: 9055365.
HSL color Cylindrical-coordinate representation of color #852C8A: hue angle of 296.81º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852C8A is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 44 | 138 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.46 |
| HSL | 296.81º | 0.52% | 0.36% | - |
| HSV(B) | 296.81º | 0.68% | 0.54% | - |
| XYZ | 15.16 | 8.62 | 24.91 | - |
| YUV | 81.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 138 | 0.04 | 0.68 | 0 | 0.46 | 296.81 | 0.52 | 0.36 |
| Hex | 85 | 2C | 8A | 4 | 44 | 0 | 2E | 129 | 34 | 24 |
| Octal | 205 | 54 | 212 | 4 | 104 | 0 | 56 | 451 | 64 | 44 |
| Binary | 10000101 | 101100 | 10001010 | 100 | 1000100 | 0 | 101110 | 100101001 | 110100 | 100100 |
Color Harmonies of #852C8A
Complementary color
Monochromatic Colors of #852C8A
Black with #852C8A
Text Example
Text Example
White with #852C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C8A; }
p { color: rgb(133,44,138); }
H1.HeaderClassName
{
color: #852C8A;
}
.AnyTagClassName
{
color: #852C8A;
}
</style>
background-color css
<style>
a { background-color: #852C8A; }
a { background-color: rgb(133,44,138); }
div.DivClassName
{
background-color: #852C8A;
}
.BgClassName
{
background-color: #852C8A;
}
</style>
border-color css
<style>
span { border-color: #852C8A; }
span { border-color: rgb(133,44,138); }
td.TdClassName
{
border-color: #852C8A;
}
.TagClassName
{
border-color: #852C8A;
}
</style>