Shades of Vivid Violet #8A23A3
Tints of Vivid Violet #8A23A3
RGB
CMYK
RGB Variations
Color information
#8A23A3 (or 0x8A23A3) is known color: Vivid Violet. HEX triplet: 8A, 23 and A3. RGB value is (138,35,163). Sum of RGB (Red+Green+Blue) = 138+35+163=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #8A23A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A23A3 is #75DC5C. Grayscale: #4F4F4F. Windows color (decimal): -7724125 or 10691466. OLE color: 10691466.
HSL color Cylindrical-coordinate representation of color #8A23A3: hue angle of 288.28º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A23A3 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 35 | 163 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.36 |
| HSL | 288.28º | 0.65% | 0.39% | - |
| HSV(B) | 288.28º | 0.79% | 0.64% | - |
| XYZ | 17.69 | 9.25 | 35.5 | - |
| YUV | 80.39 | 174.62 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 163 | 0.15 | 0.79 | 0 | 0.36 | 288.28 | 0.65 | 0.39 |
| Hex | 8A | 23 | A3 | F | 4F | 0 | 24 | 120 | 41 | 27 |
| Octal | 212 | 43 | 243 | 17 | 117 | 0 | 44 | 440 | 101 | 47 |
| Binary | 10001010 | 100011 | 10100011 | 1111 | 1001111 | 0 | 100100 | 100100000 | 1000001 | 100111 |
Color Harmonies of #8A23A3
Complementary color
Monochromatic Colors of #8A23A3
Black with #8A23A3
Text Example
Text Example
White with #8A23A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A23A3; }
p { color: rgb(138,35,163); }
H1.HeaderClassName
{
color: #8A23A3;
}
.AnyTagClassName
{
color: #8A23A3;
}
</style>
background-color css
<style>
a { background-color: #8A23A3; }
a { background-color: rgb(138,35,163); }
div.DivClassName
{
background-color: #8A23A3;
}
.BgClassName
{
background-color: #8A23A3;
}
</style>
border-color css
<style>
span { border-color: #8A23A3; }
span { border-color: rgb(138,35,163); }
td.TdClassName
{
border-color: #8A23A3;
}
.TagClassName
{
border-color: #8A23A3;
}
</style>