Shades of Blue Violet #8A48DF
Tints of Blue Violet #8A48DF
RGB
CMYK
RGB Variations
Color information
#8A48DF (or 0x8A48DF) is known color: Blue Violet. HEX triplet: 8A, 48 and DF. RGB value is (138,72,223). Sum of RGB (Red+Green+Blue) = 138+72+223=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A48DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A48DF is #75B720. Grayscale: #6C6C6C. Windows color (decimal): -7714593 or 14633098. OLE color: 14633098.
HSL color Cylindrical-coordinate representation of color #8A48DF: hue angle of 266.23º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A48DF is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 72 | 223 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.13 |
| HSL | 266.23º | 0.7% | 0.58% | - |
| HSV(B) | 266.23º | 0.68% | 0.87% | - |
| XYZ | 26.12 | 15.37 | 71.4 | - |
| YUV | 108.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 223 | 0.38 | 0.68 | 0 | 0.13 | 266.23 | 0.7 | 0.58 |
| Hex | 8A | 48 | DF | 26 | 44 | 0 | D | 10A | 46 | 3A |
| Octal | 212 | 110 | 337 | 46 | 104 | 0 | 15 | 412 | 106 | 72 |
| Binary | 10001010 | 1001000 | 11011111 | 100110 | 1000100 | 0 | 1101 | 100001010 | 1000110 | 111010 |
Color Harmonies of #8A48DF
Complementary color
Monochromatic Colors of #8A48DF
Black with #8A48DF
Text Example
Text Example
White with #8A48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A48DF; }
p { color: rgb(138,72,223); }
H1.HeaderClassName
{
color: #8A48DF;
}
.AnyTagClassName
{
color: #8A48DF;
}
</style>
background-color css
<style>
a { background-color: #8A48DF; }
a { background-color: rgb(138,72,223); }
div.DivClassName
{
background-color: #8A48DF;
}
.BgClassName
{
background-color: #8A48DF;
}
</style>
border-color css
<style>
span { border-color: #8A48DF; }
span { border-color: rgb(138,72,223); }
td.TdClassName
{
border-color: #8A48DF;
}
.TagClassName
{
border-color: #8A48DF;
}
</style>