Shades of Dark Violet #8903BB
Tints of Dark Violet #8903BB
RGB
CMYK
RGB Variations
Color information
#8903BB (or 0x8903BB) is known color: Dark Violet. HEX triplet: 89, 03 and BB. RGB value is (137,3,187). Sum of RGB (Red+Green+Blue) = 137+3+187=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #8903BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8903BB is #76FC44. Grayscale: #3F3F3F. Windows color (decimal): -7797829 or 12256137. OLE color: 12256137.
HSL color Cylindrical-coordinate representation of color #8903BB: hue angle of 283.7º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8903BB is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 3 | 187 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.27 |
| HSL | 283.7º | 0.97% | 0.37% | - |
| HSV(B) | 283.7º | 0.98% | 0.73% | - |
| XYZ | 19.32 | 8.97 | 47.73 | - |
| YUV | 64.04 | 197.39 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 187 | 0.27 | 0.98 | 0 | 0.27 | 283.7 | 0.97 | 0.37 |
| Hex | 89 | 3 | BB | 1B | 62 | 0 | 1B | 11C | 61 | 25 |
| Octal | 211 | 3 | 273 | 33 | 142 | 0 | 33 | 434 | 141 | 45 |
| Binary | 10001001 | 11 | 10111011 | 11011 | 1100010 | 0 | 11011 | 100011100 | 1100001 | 100101 |
Color Harmonies of #8903BB
Complementary color
Monochromatic Colors of #8903BB
Black with #8903BB
Text Example
Text Example
White with #8903BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8903BB; }
p { color: rgb(137,3,187); }
H1.HeaderClassName
{
color: #8903BB;
}
.AnyTagClassName
{
color: #8903BB;
}
</style>
background-color css
<style>
a { background-color: #8903BB; }
a { background-color: rgb(137,3,187); }
div.DivClassName
{
background-color: #8903BB;
}
.BgClassName
{
background-color: #8903BB;
}
</style>
border-color css
<style>
span { border-color: #8903BB; }
span { border-color: rgb(137,3,187); }
td.TdClassName
{
border-color: #8903BB;
}
.TagClassName
{
border-color: #8903BB;
}
</style>