Shades of Vivid Violet #8230AC
Tints of Vivid Violet #8230AC
RGB
CMYK
RGB Variations
Color information
#8230AC (or 0x8230AC) is known color: Vivid Violet. HEX triplet: 82, 30 and AC. RGB value is (130,48,172). Sum of RGB (Red+Green+Blue) = 130+48+172=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #8230AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8230AC is #7DCF53. Grayscale: #565656. Windows color (decimal): -8245076 or 11284610. OLE color: 11284610.
HSL color Cylindrical-coordinate representation of color #8230AC: hue angle of 279.68º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8230AC is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 48 | 172 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.33 |
| HSL | 279.68º | 0.56% | 0.43% | - |
| HSV(B) | 279.68º | 0.72% | 0.67% | - |
| XYZ | 17.71 | 9.84 | 40 | - |
| YUV | 86.65 | 176.17 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 172 | 0.24 | 0.72 | 0 | 0.33 | 279.68 | 0.56 | 0.43 |
| Hex | 82 | 30 | AC | 18 | 48 | 0 | 21 | 118 | 38 | 2B |
| Octal | 202 | 60 | 254 | 30 | 110 | 0 | 41 | 430 | 70 | 53 |
| Binary | 10000010 | 110000 | 10101100 | 11000 | 1001000 | 0 | 100001 | 100011000 | 111000 | 101011 |
Color Harmonies of #8230AC
Complementary color
Monochromatic Colors of #8230AC
Black with #8230AC
Text Example
Text Example
White with #8230AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8230AC; }
p { color: rgb(130,48,172); }
H1.HeaderClassName
{
color: #8230AC;
}
.AnyTagClassName
{
color: #8230AC;
}
</style>
background-color css
<style>
a { background-color: #8230AC; }
a { background-color: rgb(130,48,172); }
div.DivClassName
{
background-color: #8230AC;
}
.BgClassName
{
background-color: #8230AC;
}
</style>
border-color css
<style>
span { border-color: #8230AC; }
span { border-color: rgb(130,48,172); }
td.TdClassName
{
border-color: #8230AC;
}
.TagClassName
{
border-color: #8230AC;
}
</style>