Shades of Vivid Violet #8338AB
Tints of Vivid Violet #8338AB
RGB
CMYK
RGB Variations
Color information
#8338AB (or 0x8338AB) is known color: Vivid Violet. HEX triplet: 83, 38 and AB. RGB value is (131,56,171). Sum of RGB (Red+Green+Blue) = 131+56+171=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #8338AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8338AB is #7CC754. Grayscale: #5B5B5B. Windows color (decimal): -8177493 or 11221123. OLE color: 11221123.
HSL color Cylindrical-coordinate representation of color #8338AB: hue angle of 279.13º 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 #8338AB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 56 | 171 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.33 |
| HSL | 279.13º | 0.51% | 0.45% | - |
| HSV(B) | 279.13º | 0.67% | 0.67% | - |
| XYZ | 18.12 | 10.59 | 39.62 | - |
| YUV | 91.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 171 | 0.23 | 0.67 | 0 | 0.33 | 279.13 | 0.51 | 0.45 |
| Hex | 83 | 38 | AB | 17 | 43 | 0 | 21 | 117 | 33 | 2D |
| Octal | 203 | 70 | 253 | 27 | 103 | 0 | 41 | 427 | 63 | 55 |
| Binary | 10000011 | 111000 | 10101011 | 10111 | 1000011 | 0 | 100001 | 100010111 | 110011 | 101101 |
Color Harmonies of #8338AB
Complementary color
Monochromatic Colors of #8338AB
Black with #8338AB
Text Example
Text Example
White with #8338AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8338AB; }
p { color: rgb(131,56,171); }
H1.HeaderClassName
{
color: #8338AB;
}
.AnyTagClassName
{
color: #8338AB;
}
</style>
background-color css
<style>
a { background-color: #8338AB; }
a { background-color: rgb(131,56,171); }
div.DivClassName
{
background-color: #8338AB;
}
.BgClassName
{
background-color: #8338AB;
}
</style>
border-color css
<style>
span { border-color: #8338AB; }
span { border-color: rgb(131,56,171); }
td.TdClassName
{
border-color: #8338AB;
}
.TagClassName
{
border-color: #8338AB;
}
</style>