Shades of Vivid Violet #8538AA
Tints of Vivid Violet #8538AA
RGB
CMYK
RGB Variations
Color information
#8538AA (or 0x8538AA) is known color: Vivid Violet. HEX triplet: 85, 38 and AA. RGB value is (133,56,170). Sum of RGB (Red+Green+Blue) = 133+56+170=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #8538AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8538AA is #7AC755. Grayscale: #5B5B5B. Windows color (decimal): -8046422 or 11155589. OLE color: 11155589.
HSL color Cylindrical-coordinate representation of color #8538AA: hue angle of 280.53º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8538AA is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 56 | 170 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.33 |
| HSL | 280.53º | 0.5% | 0.44% | - |
| HSV(B) | 280.53º | 0.67% | 0.67% | - |
| XYZ | 18.34 | 10.72 | 39.13 | - |
| YUV | 92.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 170 | 0.22 | 0.67 | 0 | 0.33 | 280.53 | 0.5 | 0.44 |
| Hex | 85 | 38 | AA | 16 | 43 | 0 | 21 | 119 | 32 | 2C |
| Octal | 205 | 70 | 252 | 26 | 103 | 0 | 41 | 431 | 62 | 54 |
| Binary | 10000101 | 111000 | 10101010 | 10110 | 1000011 | 0 | 100001 | 100011001 | 110010 | 101100 |
Color Harmonies of #8538AA
Complementary color
Monochromatic Colors of #8538AA
Black with #8538AA
Text Example
Text Example
White with #8538AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8538AA; }
p { color: rgb(133,56,170); }
H1.HeaderClassName
{
color: #8538AA;
}
.AnyTagClassName
{
color: #8538AA;
}
</style>
background-color css
<style>
a { background-color: #8538AA; }
a { background-color: rgb(133,56,170); }
div.DivClassName
{
background-color: #8538AA;
}
.BgClassName
{
background-color: #8538AA;
}
</style>
border-color css
<style>
span { border-color: #8538AA; }
span { border-color: rgb(133,56,170); }
td.TdClassName
{
border-color: #8538AA;
}
.TagClassName
{
border-color: #8538AA;
}
</style>