Shades of Vivid Violet #852C9A
Tints of Vivid Violet #852C9A
RGB
CMYK
RGB Variations
Color information
#852C9A (or 0x852C9A) is known color: Vivid Violet. HEX triplet: 85, 2C and 9A. RGB value is (133,44,154). Sum of RGB (Red+Green+Blue) = 133+44+154=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #852C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852C9A is #7AD365. Grayscale: #525252. Windows color (decimal): -8049510 or 10103941. OLE color: 10103941.
HSL color Cylindrical-coordinate representation of color #852C9A: hue angle of 288.55º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852C9A is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 44 | 154 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.40 |
| HSL | 288.55º | 0.56% | 0.39% | - |
| HSV(B) | 288.55º | 0.71% | 0.6% | - |
| XYZ | 16.41 | 9.12 | 31.47 | - |
| YUV | 83.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 154 | 0.14 | 0.71 | 0 | 0.40 | 288.55 | 0.56 | 0.39 |
| Hex | 85 | 2C | 9A | E | 47 | 0 | 28 | 121 | 38 | 27 |
| Octal | 205 | 54 | 232 | 16 | 107 | 0 | 50 | 441 | 70 | 47 |
| Binary | 10000101 | 101100 | 10011010 | 1110 | 1000111 | 0 | 101000 | 100100001 | 111000 | 100111 |
Color Harmonies of #852C9A
Complementary color
Monochromatic Colors of #852C9A
Black with #852C9A
Text Example
Text Example
White with #852C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C9A; }
p { color: rgb(133,44,154); }
H1.HeaderClassName
{
color: #852C9A;
}
.AnyTagClassName
{
color: #852C9A;
}
</style>
background-color css
<style>
a { background-color: #852C9A; }
a { background-color: rgb(133,44,154); }
div.DivClassName
{
background-color: #852C9A;
}
.BgClassName
{
background-color: #852C9A;
}
</style>
border-color css
<style>
span { border-color: #852C9A; }
span { border-color: rgb(133,44,154); }
td.TdClassName
{
border-color: #852C9A;
}
.TagClassName
{
border-color: #852C9A;
}
</style>