Shades of Blue Violet #8A0DF5
Tints of Blue Violet #8A0DF5
RGB
CMYK
RGB Variations
Color information
#8A0DF5 (or 0x8A0DF5) is known color: Blue Violet. HEX triplet: 8A, 0D and F5. RGB value is (138,13,245). Sum of RGB (Red+Green+Blue) = 138+13+245=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 245 (96.09% from 255 or 61.87% from 396); Max value from RGB is 245 - color contains mainly: blue. Hex color #8A0DF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0DF5 is #75F20A. Grayscale: #4C4C4C. Windows color (decimal): -7729675 or 16059786. OLE color: 16059786.
HSL color Cylindrical-coordinate representation of color #8A0DF5: hue angle of 272.33º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0DF5 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 13 | 245 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.04 |
| HSL | 272.33º | 0.92% | 0.51% | - |
| HSV(B) | 272.33º | 0.95% | 0.96% | - |
| XYZ | 27.11 | 12.28 | 87.33 | - |
| YUV | 76.82 | 222.91 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 13 | 245 | 0.44 | 0.95 | 0 | 0.04 | 272.33 | 0.92 | 0.51 |
| Hex | 8A | D | F5 | 2C | 5F | 0 | 4 | 110 | 5C | 33 |
| Octal | 212 | 15 | 365 | 54 | 137 | 0 | 4 | 420 | 134 | 63 |
| Binary | 10001010 | 1101 | 11110101 | 101100 | 1011111 | 0 | 100 | 100010000 | 1011100 | 110011 |
Color Harmonies of #8A0DF5
Complementary color
Monochromatic Colors of #8A0DF5
Black with #8A0DF5
Text Example
Text Example
White with #8A0DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0DF5; }
p { color: rgb(138,13,245); }
H1.HeaderClassName
{
color: #8A0DF5;
}
.AnyTagClassName
{
color: #8A0DF5;
}
</style>
background-color css
<style>
a { background-color: #8A0DF5; }
a { background-color: rgb(138,13,245); }
div.DivClassName
{
background-color: #8A0DF5;
}
.BgClassName
{
background-color: #8A0DF5;
}
</style>
border-color css
<style>
span { border-color: #8A0DF5; }
span { border-color: rgb(138,13,245); }
td.TdClassName
{
border-color: #8A0DF5;
}
.TagClassName
{
border-color: #8A0DF5;
}
</style>