Shades of Vivid Violet #8539A4
Tints of Vivid Violet #8539A4
RGB
CMYK
RGB Variations
Color information
#8539A4 (or 0x8539A4) is known color: Vivid Violet. HEX triplet: 85, 39 and A4. RGB value is (133,57,164). Sum of RGB (Red+Green+Blue) = 133+57+164=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #8539A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8539A4 is #7AC65B. Grayscale: #5B5B5B. Windows color (decimal): -8046172 or 10762629. OLE color: 10762629.
HSL color Cylindrical-coordinate representation of color #8539A4: hue angle of 282.62º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8539A4 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 57 | 164 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.36 |
| HSL | 282.62º | 0.48% | 0.43% | - |
| HSV(B) | 282.62º | 0.65% | 0.64% | - |
| XYZ | 17.84 | 10.59 | 36.23 | - |
| YUV | 91.92 | 168.68 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 164 | 0.19 | 0.65 | 0 | 0.36 | 282.62 | 0.48 | 0.43 |
| Hex | 85 | 39 | A4 | 13 | 41 | 0 | 24 | 11B | 30 | 2B |
| Octal | 205 | 71 | 244 | 23 | 101 | 0 | 44 | 433 | 60 | 53 |
| Binary | 10000101 | 111001 | 10100100 | 10011 | 1000001 | 0 | 100100 | 100011011 | 110000 | 101011 |
Color Harmonies of #8539A4
Complementary color
Monochromatic Colors of #8539A4
Black with #8539A4
Text Example
Text Example
White with #8539A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8539A4; }
p { color: rgb(133,57,164); }
H1.HeaderClassName
{
color: #8539A4;
}
.AnyTagClassName
{
color: #8539A4;
}
</style>
background-color css
<style>
a { background-color: #8539A4; }
a { background-color: rgb(133,57,164); }
div.DivClassName
{
background-color: #8539A4;
}
.BgClassName
{
background-color: #8539A4;
}
</style>
border-color css
<style>
span { border-color: #8539A4; }
span { border-color: rgb(133,57,164); }
td.TdClassName
{
border-color: #8539A4;
}
.TagClassName
{
border-color: #8539A4;
}
</style>