Shades of Vivid Violet #8339A7
Tints of Vivid Violet #8339A7
RGB
CMYK
RGB Variations
Color information
#8339A7 (or 0x8339A7) is known color: Vivid Violet. HEX triplet: 83, 39 and A7. RGB value is (131,57,167). Sum of RGB (Red+Green+Blue) = 131+57+167=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 167 (65.62% from 255 or 47.04% from 355); Max value from RGB is 167 - color contains mainly: blue. Hex color #8339A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8339A7 is #7CC658. Grayscale: #5B5B5B. Windows color (decimal): -8177241 or 10959235. OLE color: 10959235.
HSL color Cylindrical-coordinate representation of color #8339A7: hue angle of 280.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8339A7 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 57 | 167 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.35 |
| HSL | 280.36º | 0.49% | 0.44% | - |
| HSV(B) | 280.36º | 0.66% | 0.65% | - |
| XYZ | 17.8 | 10.54 | 37.66 | - |
| YUV | 91.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 167 | 0.22 | 0.66 | 0 | 0.35 | 280.36 | 0.49 | 0.44 |
| Hex | 83 | 39 | A7 | 16 | 42 | 0 | 23 | 118 | 31 | 2C |
| Octal | 203 | 71 | 247 | 26 | 102 | 0 | 43 | 430 | 61 | 54 |
| Binary | 10000011 | 111001 | 10100111 | 10110 | 1000010 | 0 | 100011 | 100011000 | 110001 | 101100 |
Color Harmonies of #8339A7
Complementary color
Monochromatic Colors of #8339A7
Black with #8339A7
Text Example
Text Example
White with #8339A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8339A7; }
p { color: rgb(131,57,167); }
H1.HeaderClassName
{
color: #8339A7;
}
.AnyTagClassName
{
color: #8339A7;
}
</style>
background-color css
<style>
a { background-color: #8339A7; }
a { background-color: rgb(131,57,167); }
div.DivClassName
{
background-color: #8339A7;
}
.BgClassName
{
background-color: #8339A7;
}
</style>
border-color css
<style>
span { border-color: #8339A7; }
span { border-color: rgb(131,57,167); }
td.TdClassName
{
border-color: #8339A7;
}
.TagClassName
{
border-color: #8339A7;
}
</style>