Shades of Dark Violet #8A08E8
Tints of Dark Violet #8A08E8
RGB
CMYK
RGB Variations
Color information
#8A08E8 (or 0x8A08E8) is known color: Dark Violet. HEX triplet: 8A, 08 and E8. RGB value is (138,8,232). Sum of RGB (Red+Green+Blue) = 138+8+232=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 232 (91.02% from 255 or 61.38% from 378); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A08E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A08E8 is #75F717. Grayscale: #474747. Windows color (decimal): -7730968 or 15206538. OLE color: 15206538.
HSL color Cylindrical-coordinate representation of color #8A08E8: hue angle of 274.82º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A08E8 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 8 | 232 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.09 |
| HSL | 274.82º | 0.93% | 0.47% | - |
| HSV(B) | 274.82º | 0.97% | 0.91% | - |
| XYZ | 25.13 | 11.4 | 77.22 | - |
| YUV | 72.41 | 218.07 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 232 | 0.41 | 0.97 | 0 | 0.09 | 274.82 | 0.93 | 0.47 |
| Hex | 8A | 8 | E8 | 29 | 61 | 0 | 9 | 113 | 5D | 2F |
| Octal | 212 | 10 | 350 | 51 | 141 | 0 | 11 | 423 | 135 | 57 |
| Binary | 10001010 | 1000 | 11101000 | 101001 | 1100001 | 0 | 1001 | 100010011 | 1011101 | 101111 |
Color Harmonies of #8A08E8
Complementary color
Monochromatic Colors of #8A08E8
Black with #8A08E8
Text Example
Text Example
White with #8A08E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A08E8; }
p { color: rgb(138,8,232); }
H1.HeaderClassName
{
color: #8A08E8;
}
.AnyTagClassName
{
color: #8A08E8;
}
</style>
background-color css
<style>
a { background-color: #8A08E8; }
a { background-color: rgb(138,8,232); }
div.DivClassName
{
background-color: #8A08E8;
}
.BgClassName
{
background-color: #8A08E8;
}
</style>
border-color css
<style>
span { border-color: #8A08E8; }
span { border-color: rgb(138,8,232); }
td.TdClassName
{
border-color: #8A08E8;
}
.TagClassName
{
border-color: #8A08E8;
}
</style>