Shades of Dark Violet #8901BF
Tints of Dark Violet #8901BF
RGB
CMYK
RGB Variations
Color information
#8901BF (or 0x8901BF) is known color: Dark Violet. HEX triplet: 89, 01 and BF. RGB value is (137,1,191). Sum of RGB (Red+Green+Blue) = 137+1+191=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #8901BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8901BF is #76FE40. Grayscale: #3E3E3E. Windows color (decimal): -7798337 or 12517769. OLE color: 12517769.
HSL color Cylindrical-coordinate representation of color #8901BF: hue angle of 282.95º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8901BF is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 1 | 191 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.25 |
| HSL | 282.95º | 0.99% | 0.38% | - |
| HSV(B) | 282.95º | 0.99% | 0.75% | - |
| XYZ | 19.73 | 9.1 | 50.01 | - |
| YUV | 63.32 | 200.06 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 191 | 0.28 | 0.99 | 0 | 0.25 | 282.95 | 0.99 | 0.38 |
| Hex | 89 | 1 | BF | 1C | 63 | 0 | 19 | 11B | 63 | 26 |
| Octal | 211 | 1 | 277 | 34 | 143 | 0 | 31 | 433 | 143 | 46 |
| Binary | 10001001 | 1 | 10111111 | 11100 | 1100011 | 0 | 11001 | 100011011 | 1100011 | 100110 |
Color Harmonies of #8901BF
Complementary color
Monochromatic Colors of #8901BF
Black with #8901BF
Text Example
Text Example
White with #8901BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8901BF; }
p { color: rgb(137,1,191); }
H1.HeaderClassName
{
color: #8901BF;
}
.AnyTagClassName
{
color: #8901BF;
}
</style>
background-color css
<style>
a { background-color: #8901BF; }
a { background-color: rgb(137,1,191); }
div.DivClassName
{
background-color: #8901BF;
}
.BgClassName
{
background-color: #8901BF;
}
</style>
border-color css
<style>
span { border-color: #8901BF; }
span { border-color: rgb(137,1,191); }
td.TdClassName
{
border-color: #8901BF;
}
.TagClassName
{
border-color: #8901BF;
}
</style>