Shades of Blue Violet #8A23FF
Tints of Blue Violet #8A23FF
RGB
CMYK
RGB Variations
Color information
#8A23FF (or 0x8A23FF) is known color: Blue Violet. HEX triplet: 8A, 23 and FF. RGB value is (138,35,255). Sum of RGB (Red+Green+Blue) = 138+35+255=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A23FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A23FF is #75DC00. Grayscale: #5A5A5A. Windows color (decimal): -7724033 or 16720778. OLE color: 16720778.
HSL color Cylindrical-coordinate representation of color #8A23FF: hue angle of 268.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A23FF is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 35 | 255 | - |
| CMYK | 0.46 | 0.86 | 0 | 0 |
| HSL | 268.09º | 1% | 0.57% | - |
| HSV(B) | 268.09º | 0.86% | 1% | - |
| XYZ | 29.13 | 13.83 | 95.74 | - |
| YUV | 90.88 | 220.62 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 255 | 0.46 | 0.86 | 0 | 0 | 268.09 | 1 | 0.57 |
| Hex | 8A | 23 | FF | 2E | 56 | 0 | 0 | 10C | 64 | 39 |
| Octal | 212 | 43 | 377 | 56 | 126 | 0 | 0 | 414 | 144 | 71 |
| Binary | 10001010 | 100011 | 11111111 | 101110 | 1010110 | 0 | 0 | 100001100 | 1100100 | 111001 |
Color Harmonies of #8A23FF
Complementary color
Monochromatic Colors of #8A23FF
Black with #8A23FF
Text Example
Text Example
White with #8A23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A23FF; }
p { color: rgb(138,35,255); }
H1.HeaderClassName
{
color: #8A23FF;
}
.AnyTagClassName
{
color: #8A23FF;
}
</style>
background-color css
<style>
a { background-color: #8A23FF; }
a { background-color: rgb(138,35,255); }
div.DivClassName
{
background-color: #8A23FF;
}
.BgClassName
{
background-color: #8A23FF;
}
</style>
border-color css
<style>
span { border-color: #8A23FF; }
span { border-color: rgb(138,35,255); }
td.TdClassName
{
border-color: #8A23FF;
}
.TagClassName
{
border-color: #8A23FF;
}
</style>