Shades of Dark Violet #8A05CF
Tints of Dark Violet #8A05CF
RGB
CMYK
RGB Variations
Color information
#8A05CF (or 0x8A05CF) is known color: Dark Violet. HEX triplet: 8A, 05 and CF. RGB value is (138,5,207). Sum of RGB (Red+Green+Blue) = 138+5+207=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A05CF is #75FA30. Grayscale: #434343. Windows color (decimal): -7731761 or 13567370. OLE color: 13567370.
HSL color Cylindrical-coordinate representation of color #8A05CF: hue angle of 279.5º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A05CF is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 5 | 207 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.19 |
| HSL | 279.5º | 0.95% | 0.42% | - |
| HSV(B) | 279.5º | 0.98% | 0.81% | - |
| XYZ | 21.8 | 10.02 | 59.82 | - |
| YUV | 67.8 | 206.56 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 207 | 0.33 | 0.98 | 0 | 0.19 | 279.5 | 0.95 | 0.42 |
| Hex | 8A | 5 | CF | 21 | 62 | 0 | 13 | 118 | 5F | 2A |
| Octal | 212 | 5 | 317 | 41 | 142 | 0 | 23 | 430 | 137 | 52 |
| Binary | 10001010 | 101 | 11001111 | 100001 | 1100010 | 0 | 10011 | 100011000 | 1011111 | 101010 |
Color Harmonies of #8A05CF
Complementary color
Monochromatic Colors of #8A05CF
Black with #8A05CF
Text Example
Text Example
White with #8A05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A05CF; }
p { color: rgb(138,5,207); }
H1.HeaderClassName
{
color: #8A05CF;
}
.AnyTagClassName
{
color: #8A05CF;
}
</style>
background-color css
<style>
a { background-color: #8A05CF; }
a { background-color: rgb(138,5,207); }
div.DivClassName
{
background-color: #8A05CF;
}
.BgClassName
{
background-color: #8A05CF;
}
</style>
border-color css
<style>
span { border-color: #8A05CF; }
span { border-color: rgb(138,5,207); }
td.TdClassName
{
border-color: #8A05CF;
}
.TagClassName
{
border-color: #8A05CF;
}
</style>