Shades of Vivid Violet #8336AB
Tints of Vivid Violet #8336AB
RGB
CMYK
RGB Variations
Color information
#8336AB (or 0x8336AB) is known color: Vivid Violet. HEX triplet: 83, 36 and AB. RGB value is (131,54,171). Sum of RGB (Red+Green+Blue) = 131+54+171=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #8336AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8336AB is #7CC954. Grayscale: #595959. Windows color (decimal): -8178005 or 11220611. OLE color: 11220611.
HSL color Cylindrical-coordinate representation of color #8336AB: hue angle of 279.49º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8336AB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 54 | 171 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.33 |
| HSL | 279.49º | 0.52% | 0.44% | - |
| HSV(B) | 279.49º | 0.68% | 0.67% | - |
| XYZ | 18.03 | 10.4 | 39.59 | - |
| YUV | 90.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 171 | 0.23 | 0.68 | 0 | 0.33 | 279.49 | 0.52 | 0.44 |
| Hex | 83 | 36 | AB | 17 | 44 | 0 | 21 | 117 | 34 | 2C |
| Octal | 203 | 66 | 253 | 27 | 104 | 0 | 41 | 427 | 64 | 54 |
| Binary | 10000011 | 110110 | 10101011 | 10111 | 1000100 | 0 | 100001 | 100010111 | 110100 | 101100 |
Color Harmonies of #8336AB
Complementary color
Monochromatic Colors of #8336AB
Black with #8336AB
Text Example
Text Example
White with #8336AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8336AB; }
p { color: rgb(131,54,171); }
H1.HeaderClassName
{
color: #8336AB;
}
.AnyTagClassName
{
color: #8336AB;
}
</style>
background-color css
<style>
a { background-color: #8336AB; }
a { background-color: rgb(131,54,171); }
div.DivClassName
{
background-color: #8336AB;
}
.BgClassName
{
background-color: #8336AB;
}
</style>
border-color css
<style>
span { border-color: #8336AB; }
span { border-color: rgb(131,54,171); }
td.TdClassName
{
border-color: #8336AB;
}
.TagClassName
{
border-color: #8336AB;
}
</style>