Shades of Vivid Violet #8540A5
Tints of Vivid Violet #8540A5
RGB
CMYK
RGB Variations
Color information
#8540A5 (or 0x8540A5) is known color: Vivid Violet. HEX triplet: 85, 40 and A5. RGB value is (133,64,165). Sum of RGB (Red+Green+Blue) = 133+64+165=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 165 - color contains mainly: blue. Hex color #8540A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8540A5 is #7ABF5A. Grayscale: #5F5F5F. Windows color (decimal): -8044379 or 10829957. OLE color: 10829957.
HSL color Cylindrical-coordinate representation of color #8540A5: hue angle of 280.99º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8540A5 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 64 | 165 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.35 |
| HSL | 280.99º | 0.44% | 0.45% | - |
| HSV(B) | 280.99º | 0.61% | 0.65% | - |
| XYZ | 18.3 | 11.37 | 36.83 | - |
| YUV | 96.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 165 | 0.19 | 0.61 | 0 | 0.35 | 280.99 | 0.44 | 0.45 |
| Hex | 85 | 40 | A5 | 13 | 3D | 0 | 23 | 119 | 2C | 2D |
| Octal | 205 | 100 | 245 | 23 | 75 | 0 | 43 | 431 | 54 | 55 |
| Binary | 10000101 | 1000000 | 10100101 | 10011 | 111101 | 0 | 100011 | 100011001 | 101100 | 101101 |
Color Harmonies of #8540A5
Complementary color
Monochromatic Colors of #8540A5
Black with #8540A5
Text Example
Text Example
White with #8540A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8540A5; }
p { color: rgb(133,64,165); }
H1.HeaderClassName
{
color: #8540A5;
}
.AnyTagClassName
{
color: #8540A5;
}
</style>
background-color css
<style>
a { background-color: #8540A5; }
a { background-color: rgb(133,64,165); }
div.DivClassName
{
background-color: #8540A5;
}
.BgClassName
{
background-color: #8540A5;
}
</style>
border-color css
<style>
span { border-color: #8540A5; }
span { border-color: rgb(133,64,165); }
td.TdClassName
{
border-color: #8540A5;
}
.TagClassName
{
border-color: #8540A5;
}
</style>