Shades of Dark Violet #8A11CF
Tints of Dark Violet #8A11CF
RGB
CMYK
RGB Variations
Color information
#8A11CF (or 0x8A11CF) is known color: Dark Violet. HEX triplet: 8A, 11 and CF. RGB value is (138,17,207). Sum of RGB (Red+Green+Blue) = 138+17+207=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A11CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A11CF is #75EE30. Grayscale: #4A4A4A. Windows color (decimal): -7728689 or 13570442. OLE color: 13570442.
HSL color Cylindrical-coordinate representation of color #8A11CF: hue angle of 278.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A11CF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 17 | 207 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.19 |
| HSL | 278.21º | 0.85% | 0.44% | - |
| HSV(B) | 278.21º | 0.92% | 0.81% | - |
| XYZ | 21.94 | 10.31 | 59.86 | - |
| YUV | 74.84 | 202.59 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 207 | 0.33 | 0.92 | 0 | 0.19 | 278.21 | 0.85 | 0.44 |
| Hex | 8A | 11 | CF | 21 | 5C | 0 | 13 | 116 | 55 | 2C |
| Octal | 212 | 21 | 317 | 41 | 134 | 0 | 23 | 426 | 125 | 54 |
| Binary | 10001010 | 10001 | 11001111 | 100001 | 1011100 | 0 | 10011 | 100010110 | 1010101 | 101100 |
Color Harmonies of #8A11CF
Complementary color
Monochromatic Colors of #8A11CF
Black with #8A11CF
Text Example
Text Example
White with #8A11CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A11CF; }
p { color: rgb(138,17,207); }
H1.HeaderClassName
{
color: #8A11CF;
}
.AnyTagClassName
{
color: #8A11CF;
}
</style>
background-color css
<style>
a { background-color: #8A11CF; }
a { background-color: rgb(138,17,207); }
div.DivClassName
{
background-color: #8A11CF;
}
.BgClassName
{
background-color: #8A11CF;
}
</style>
border-color css
<style>
span { border-color: #8A11CF; }
span { border-color: rgb(138,17,207); }
td.TdClassName
{
border-color: #8A11CF;
}
.TagClassName
{
border-color: #8A11CF;
}
</style>