Shades of Dark Violet #8908BF
Tints of Dark Violet #8908BF
RGB
CMYK
RGB Variations
Color information
#8908BF (or 0x8908BF) is known color: Dark Violet. HEX triplet: 89, 08 and BF. RGB value is (137,8,191). Sum of RGB (Red+Green+Blue) = 137+8+191=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #8908BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8908BF is #76F740. Grayscale: #424242. Windows color (decimal): -7796545 or 12519561. OLE color: 12519561.
HSL color Cylindrical-coordinate representation of color #8908BF: hue angle of 282.3º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8908BF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 8 | 191 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.25 |
| HSL | 282.3º | 0.92% | 0.39% | - |
| HSV(B) | 282.3º | 0.96% | 0.75% | - |
| XYZ | 19.81 | 9.25 | 50.03 | - |
| YUV | 67.43 | 197.74 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 191 | 0.28 | 0.96 | 0 | 0.25 | 282.3 | 0.92 | 0.39 |
| Hex | 89 | 8 | BF | 1C | 60 | 0 | 19 | 11A | 5C | 27 |
| Octal | 211 | 10 | 277 | 34 | 140 | 0 | 31 | 432 | 134 | 47 |
| Binary | 10001001 | 1000 | 10111111 | 11100 | 1100000 | 0 | 11001 | 100011010 | 1011100 | 100111 |
Color Harmonies of #8908BF
Complementary color
Monochromatic Colors of #8908BF
Black with #8908BF
Text Example
Text Example
White with #8908BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8908BF; }
p { color: rgb(137,8,191); }
H1.HeaderClassName
{
color: #8908BF;
}
.AnyTagClassName
{
color: #8908BF;
}
</style>
background-color css
<style>
a { background-color: #8908BF; }
a { background-color: rgb(137,8,191); }
div.DivClassName
{
background-color: #8908BF;
}
.BgClassName
{
background-color: #8908BF;
}
</style>
border-color css
<style>
span { border-color: #8908BF; }
span { border-color: rgb(137,8,191); }
td.TdClassName
{
border-color: #8908BF;
}
.TagClassName
{
border-color: #8908BF;
}
</style>