Shades of Vivid Violet #8538AB
Tints of Vivid Violet #8538AB
RGB
CMYK
RGB Variations
Color information
#8538AB (or 0x8538AB) is known color: Vivid Violet. HEX triplet: 85, 38 and AB. RGB value is (133,56,171). Sum of RGB (Red+Green+Blue) = 133+56+171=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #8538AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8538AB is #7AC754. Grayscale: #5B5B5B. Windows color (decimal): -8046421 or 11221125. OLE color: 11221125.
HSL color Cylindrical-coordinate representation of color #8538AB: hue angle of 280.17º 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 #8538AB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 56 | 171 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.33 |
| HSL | 280.17º | 0.51% | 0.45% | - |
| HSV(B) | 280.17º | 0.67% | 0.67% | - |
| XYZ | 18.44 | 10.76 | 39.63 | - |
| YUV | 92.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 56 | 171 | 0.22 | 0.67 | 0 | 0.33 | 280.17 | 0.51 | 0.45 |
| Hex | 85 | 38 | AB | 16 | 43 | 0 | 21 | 118 | 33 | 2D |
| Octal | 205 | 70 | 253 | 26 | 103 | 0 | 41 | 430 | 63 | 55 |
| Binary | 10000101 | 111000 | 10101011 | 10110 | 1000011 | 0 | 100001 | 100011000 | 110011 | 101101 |
Color Harmonies of #8538AB
Complementary color
Monochromatic Colors of #8538AB
Black with #8538AB
Text Example
Text Example
White with #8538AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8538AB; }
p { color: rgb(133,56,171); }
H1.HeaderClassName
{
color: #8538AB;
}
.AnyTagClassName
{
color: #8538AB;
}
</style>
background-color css
<style>
a { background-color: #8538AB; }
a { background-color: rgb(133,56,171); }
div.DivClassName
{
background-color: #8538AB;
}
.BgClassName
{
background-color: #8538AB;
}
</style>
border-color css
<style>
span { border-color: #8538AB; }
span { border-color: rgb(133,56,171); }
td.TdClassName
{
border-color: #8538AB;
}
.TagClassName
{
border-color: #8538AB;
}
</style>