Shades of Dark Violet #8912BF
Tints of Dark Violet #8912BF
RGB
CMYK
RGB Variations
Color information
#8912BF (or 0x8912BF) is known color: Dark Violet. HEX triplet: 89, 12 and BF. RGB value is (137,18,191). Sum of RGB (Red+Green+Blue) = 137+18+191=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #8912BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8912BF is #76ED40. Grayscale: #484848. Windows color (decimal): -7793985 or 12522121. OLE color: 12522121.
HSL color Cylindrical-coordinate representation of color #8912BF: hue angle of 281.27º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8912BF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 18 | 191 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.25 |
| HSL | 281.27º | 0.83% | 0.41% | - |
| HSV(B) | 281.27º | 0.91% | 0.75% | - |
| XYZ | 19.94 | 9.51 | 50.08 | - |
| YUV | 73.3 | 194.42 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 191 | 0.28 | 0.91 | 0 | 0.25 | 281.27 | 0.83 | 0.41 |
| Hex | 89 | 12 | BF | 1C | 5B | 0 | 19 | 119 | 53 | 29 |
| Octal | 211 | 22 | 277 | 34 | 133 | 0 | 31 | 431 | 123 | 51 |
| Binary | 10001001 | 10010 | 10111111 | 11100 | 1011011 | 0 | 11001 | 100011001 | 1010011 | 101001 |
Color Harmonies of #8912BF
Complementary color
Monochromatic Colors of #8912BF
Black with #8912BF
Text Example
Text Example
White with #8912BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912BF; }
p { color: rgb(137,18,191); }
H1.HeaderClassName
{
color: #8912BF;
}
.AnyTagClassName
{
color: #8912BF;
}
</style>
background-color css
<style>
a { background-color: #8912BF; }
a { background-color: rgb(137,18,191); }
div.DivClassName
{
background-color: #8912BF;
}
.BgClassName
{
background-color: #8912BF;
}
</style>
border-color css
<style>
span { border-color: #8912BF; }
span { border-color: rgb(137,18,191); }
td.TdClassName
{
border-color: #8912BF;
}
.TagClassName
{
border-color: #8912BF;
}
</style>