Shades of Dark Violet #8A00F0
Tints of Dark Violet #8A00F0
RGB
CMYK
RGB Variations
Color information
#8A00F0 (or 0x8A00F0) is known color: Dark Violet. HEX triplet: 8A, 00 and F0. RGB value is (138,0,240). Sum of RGB (Red+Green+Blue) = 138+0+240=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #8A00F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A00F0 is #75FF0F. Grayscale: #434343. Windows color (decimal): -7733008 or 15728778. OLE color: 15728778.
HSL color Cylindrical-coordinate representation of color #8A00F0: hue angle of 274.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00F0 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 0 | 240 | - |
| CMYK | 0.42 | 1 | 0 | 0.06 |
| HSL | 274.5º | 1% | 0.47% | - |
| HSV(B) | 274.5º | 1% | 0.94% | - |
| XYZ | 26.21 | 11.69 | 83.31 | - |
| YUV | 68.62 | 224.72 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 240 | 0.42 | 1 | 0 | 0.06 | 274.5 | 1 | 0.47 |
| Hex | 8A | 0 | F0 | 2A | 64 | 0 | 6 | 112 | 64 | 2F |
| Octal | 212 | 0 | 360 | 52 | 144 | 0 | 6 | 422 | 144 | 57 |
| Binary | 10001010 | 0 | 11110000 | 101010 | 1100100 | 0 | 110 | 100010010 | 1100100 | 101111 |
Color Harmonies of #8A00F0
Complementary color
Monochromatic Colors of #8A00F0
Black with #8A00F0
Text Example
Text Example
White with #8A00F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00F0; }
p { color: rgb(138,0,240); }
H1.HeaderClassName
{
color: #8A00F0;
}
.AnyTagClassName
{
color: #8A00F0;
}
</style>
background-color css
<style>
a { background-color: #8A00F0; }
a { background-color: rgb(138,0,240); }
div.DivClassName
{
background-color: #8A00F0;
}
.BgClassName
{
background-color: #8A00F0;
}
</style>
border-color css
<style>
span { border-color: #8A00F0; }
span { border-color: rgb(138,0,240); }
td.TdClassName
{
border-color: #8A00F0;
}
.TagClassName
{
border-color: #8A00F0;
}
</style>