Shades of Vivid Violet #8234AD
Tints of Vivid Violet #8234AD
RGB
CMYK
RGB Variations
Color information
#8234AD (or 0x8234AD) is known color: Vivid Violet. HEX triplet: 82, 34 and AD. RGB value is (130,52,173). Sum of RGB (Red+Green+Blue) = 130+52+173=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #8234AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8234AD is #7DCB52. Grayscale: #585858. Windows color (decimal): -8244051 or 11351170. OLE color: 11351170.
HSL color Cylindrical-coordinate representation of color #8234AD: hue angle of 278.68º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8234AD is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 52 | 173 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.32 |
| HSL | 278.68º | 0.54% | 0.44% | - |
| HSV(B) | 278.68º | 0.7% | 0.68% | - |
| XYZ | 17.98 | 10.22 | 40.56 | - |
| YUV | 89.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 173 | 0.25 | 0.70 | 0 | 0.32 | 278.68 | 0.54 | 0.44 |
| Hex | 82 | 34 | AD | 19 | 46 | 0 | 20 | 117 | 36 | 2C |
| Octal | 202 | 64 | 255 | 31 | 106 | 0 | 40 | 427 | 66 | 54 |
| Binary | 10000010 | 110100 | 10101101 | 11001 | 1000110 | 0 | 100000 | 100010111 | 110110 | 101100 |
Color Harmonies of #8234AD
Complementary color
Monochromatic Colors of #8234AD
Black with #8234AD
Text Example
Text Example
White with #8234AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8234AD; }
p { color: rgb(130,52,173); }
H1.HeaderClassName
{
color: #8234AD;
}
.AnyTagClassName
{
color: #8234AD;
}
</style>
background-color css
<style>
a { background-color: #8234AD; }
a { background-color: rgb(130,52,173); }
div.DivClassName
{
background-color: #8234AD;
}
.BgClassName
{
background-color: #8234AD;
}
</style>
border-color css
<style>
span { border-color: #8234AD; }
span { border-color: rgb(130,52,173); }
td.TdClassName
{
border-color: #8234AD;
}
.TagClassName
{
border-color: #8234AD;
}
</style>