Shades of Dark Violet #8B12CF
Tints of Dark Violet #8B12CF
RGB
CMYK
RGB Variations
Color information
#8B12CF (or 0x8B12CF) is known color: Dark Violet. HEX triplet: 8B, 12 and CF. RGB value is (139,18,207). Sum of RGB (Red+Green+Blue) = 139+18+207=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B12CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B12CF is #74ED30. Grayscale: #4B4B4B. Windows color (decimal): -7662897 or 13570699. OLE color: 13570699.
HSL color Cylindrical-coordinate representation of color #8B12CF: hue angle of 278.41º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B12CF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 18 | 207 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.19 |
| HSL | 278.41º | 0.84% | 0.44% | - |
| HSV(B) | 278.41º | 0.91% | 0.81% | - |
| XYZ | 22.13 | 10.43 | 59.88 | - |
| YUV | 75.73 | 202.09 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 207 | 0.33 | 0.91 | 0 | 0.19 | 278.41 | 0.84 | 0.44 |
| Hex | 8B | 12 | CF | 21 | 5B | 0 | 13 | 116 | 54 | 2C |
| Octal | 213 | 22 | 317 | 41 | 133 | 0 | 23 | 426 | 124 | 54 |
| Binary | 10001011 | 10010 | 11001111 | 100001 | 1011011 | 0 | 10011 | 100010110 | 1010100 | 101100 |
Color Harmonies of #8B12CF
Complementary color
Monochromatic Colors of #8B12CF
Black with #8B12CF
Text Example
Text Example
White with #8B12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B12CF; }
p { color: rgb(139,18,207); }
H1.HeaderClassName
{
color: #8B12CF;
}
.AnyTagClassName
{
color: #8B12CF;
}
</style>
background-color css
<style>
a { background-color: #8B12CF; }
a { background-color: rgb(139,18,207); }
div.DivClassName
{
background-color: #8B12CF;
}
.BgClassName
{
background-color: #8B12CF;
}
</style>
border-color css
<style>
span { border-color: #8B12CF; }
span { border-color: rgb(139,18,207); }
td.TdClassName
{
border-color: #8B12CF;
}
.TagClassName
{
border-color: #8B12CF;
}
</style>