Shades of Vivid Violet #852C9F
Tints of Vivid Violet #852C9F
RGB
CMYK
RGB Variations
Color information
#852C9F (or 0x852C9F) is known color: Vivid Violet. HEX triplet: 85, 2C and 9F. RGB value is (133,44,159). Sum of RGB (Red+Green+Blue) = 133+44+159=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #852C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852C9F is #7AD360. Grayscale: #535353. Windows color (decimal): -8049505 or 10431621. OLE color: 10431621.
HSL color Cylindrical-coordinate representation of color #852C9F: hue angle of 286.43º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852C9F is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 44 | 159 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.38 |
| HSL | 286.43º | 0.57% | 0.4% | - |
| HSV(B) | 286.43º | 0.72% | 0.62% | - |
| XYZ | 16.83 | 9.29 | 33.71 | - |
| YUV | 83.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 159 | 0.16 | 0.72 | 0 | 0.38 | 286.43 | 0.57 | 0.4 |
| Hex | 85 | 2C | 9F | 10 | 48 | 0 | 26 | 11E | 39 | 28 |
| Octal | 205 | 54 | 237 | 20 | 110 | 0 | 46 | 436 | 71 | 50 |
| Binary | 10000101 | 101100 | 10011111 | 10000 | 1001000 | 0 | 100110 | 100011110 | 111001 | 101000 |
Color Harmonies of #852C9F
Complementary color
Monochromatic Colors of #852C9F
Black with #852C9F
Text Example
Text Example
White with #852C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C9F; }
p { color: rgb(133,44,159); }
H1.HeaderClassName
{
color: #852C9F;
}
.AnyTagClassName
{
color: #852C9F;
}
</style>
background-color css
<style>
a { background-color: #852C9F; }
a { background-color: rgb(133,44,159); }
div.DivClassName
{
background-color: #852C9F;
}
.BgClassName
{
background-color: #852C9F;
}
</style>
border-color css
<style>
span { border-color: #852C9F; }
span { border-color: rgb(133,44,159); }
td.TdClassName
{
border-color: #852C9F;
}
.TagClassName
{
border-color: #852C9F;
}
</style>