Shades of Dark Violet #8A01DF
Tints of Dark Violet #8A01DF
RGB
CMYK
RGB Variations
Color information
#8A01DF (or 0x8A01DF) is known color: Dark Violet. HEX triplet: 8A, 01 and DF. RGB value is (138,1,223). Sum of RGB (Red+Green+Blue) = 138+1+223=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A01DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A01DF is #75FE20. Grayscale: #424242. Windows color (decimal): -7732769 or 14614922. OLE color: 14614922.
HSL color Cylindrical-coordinate representation of color #8A01DF: hue angle of 277.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A01DF is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 1 | 223 | - |
| CMYK | 0.38 | 1.00 | 0 | 0.13 |
| HSL | 277.03º | 0.99% | 0.44% | - |
| HSV(B) | 277.03º | 1% | 0.87% | - |
| XYZ | 23.81 | 10.75 | 70.63 | - |
| YUV | 67.27 | 215.89 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 223 | 0.38 | 1.00 | 0 | 0.13 | 277.03 | 0.99 | 0.44 |
| Hex | 8A | 1 | DF | 26 | 64 | 0 | D | 115 | 63 | 2C |
| Octal | 212 | 1 | 337 | 46 | 144 | 0 | 15 | 425 | 143 | 54 |
| Binary | 10001010 | 1 | 11011111 | 100110 | 1100100 | 0 | 1101 | 100010101 | 1100011 | 101100 |
Color Harmonies of #8A01DF
Complementary color
Monochromatic Colors of #8A01DF
Black with #8A01DF
Text Example
Text Example
White with #8A01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A01DF; }
p { color: rgb(138,1,223); }
H1.HeaderClassName
{
color: #8A01DF;
}
.AnyTagClassName
{
color: #8A01DF;
}
</style>
background-color css
<style>
a { background-color: #8A01DF; }
a { background-color: rgb(138,1,223); }
div.DivClassName
{
background-color: #8A01DF;
}
.BgClassName
{
background-color: #8A01DF;
}
</style>
border-color css
<style>
span { border-color: #8A01DF; }
span { border-color: rgb(138,1,223); }
td.TdClassName
{
border-color: #8A01DF;
}
.TagClassName
{
border-color: #8A01DF;
}
</style>