Shades of Blue Violet #8A45F8
Tints of Blue Violet #8A45F8
RGB
CMYK
RGB Variations
Color information
#8A45F8 (or 0x8A45F8) is known color: Blue Violet. HEX triplet: 8A, 45 and F8. RGB value is (138,69,248). Sum of RGB (Red+Green+Blue) = 138+69+248=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #8A45F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A45F8 is #75BA07. Grayscale: #6D6D6D. Windows color (decimal): -7715336 or 16270730. OLE color: 16270730.
HSL color Cylindrical-coordinate representation of color #8A45F8: hue angle of 263.13º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A45F8 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 69 | 248 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.03 |
| HSL | 263.13º | 0.93% | 0.62% | - |
| HSV(B) | 263.13º | 0.72% | 0.97% | - |
| XYZ | 29.55 | 16.44 | 90.42 | - |
| YUV | 110.04 | 205.86 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 69 | 248 | 0.44 | 0.72 | 0 | 0.03 | 263.13 | 0.93 | 0.62 |
| Hex | 8A | 45 | F8 | 2C | 48 | 0 | 3 | 107 | 5D | 3E |
| Octal | 212 | 105 | 370 | 54 | 110 | 0 | 3 | 407 | 135 | 76 |
| Binary | 10001010 | 1000101 | 11111000 | 101100 | 1001000 | 0 | 11 | 100000111 | 1011101 | 111110 |
Color Harmonies of #8A45F8
Complementary color
Monochromatic Colors of #8A45F8
Black with #8A45F8
Text Example
Text Example
White with #8A45F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A45F8; }
p { color: rgb(138,69,248); }
H1.HeaderClassName
{
color: #8A45F8;
}
.AnyTagClassName
{
color: #8A45F8;
}
</style>
background-color css
<style>
a { background-color: #8A45F8; }
a { background-color: rgb(138,69,248); }
div.DivClassName
{
background-color: #8A45F8;
}
.BgClassName
{
background-color: #8A45F8;
}
</style>
border-color css
<style>
span { border-color: #8A45F8; }
span { border-color: rgb(138,69,248); }
td.TdClassName
{
border-color: #8A45F8;
}
.TagClassName
{
border-color: #8A45F8;
}
</style>