Shades of Vivid Violet #8538AC
Tints of Vivid Violet #8538AC
RGB
CMYK
RGB Variations
Color information
#8538AC (or 0x8538AC) is known color: Vivid Violet. HEX triplet: 85, 38 and AC. RGB value is (133,56,172). Sum of RGB (Red+Green+Blue) = 133+56+172=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #8538AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8538AC is #7AC753. Grayscale: #5B5B5B. Windows color (decimal): -8046420 or 11286661. OLE color: 11286661.
HSL color Cylindrical-coordinate representation of color #8538AC: hue angle of 279.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8538AC is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 56 | 172 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.33 |
| HSL | 279.83º | 0.51% | 0.45% | - |
| HSV(B) | 279.83º | 0.67% | 0.67% | - |
| XYZ | 18.53 | 10.79 | 40.14 | - |
| YUV | 92.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 172 | 0.23 | 0.67 | 0 | 0.33 | 279.83 | 0.51 | 0.45 |
| Hex | 85 | 38 | AC | 17 | 43 | 0 | 21 | 118 | 33 | 2D |
| Octal | 205 | 70 | 254 | 27 | 103 | 0 | 41 | 430 | 63 | 55 |
| Binary | 10000101 | 111000 | 10101100 | 10111 | 1000011 | 0 | 100001 | 100011000 | 110011 | 101101 |
Color Harmonies of #8538AC
Complementary color
Monochromatic Colors of #8538AC
Black with #8538AC
Text Example
Text Example
White with #8538AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8538AC; }
p { color: rgb(133,56,172); }
H1.HeaderClassName
{
color: #8538AC;
}
.AnyTagClassName
{
color: #8538AC;
}
</style>
background-color css
<style>
a { background-color: #8538AC; }
a { background-color: rgb(133,56,172); }
div.DivClassName
{
background-color: #8538AC;
}
.BgClassName
{
background-color: #8538AC;
}
</style>
border-color css
<style>
span { border-color: #8538AC; }
span { border-color: rgb(133,56,172); }
td.TdClassName
{
border-color: #8538AC;
}
.TagClassName
{
border-color: #8538AC;
}
</style>