Shades of Dark Violet #8907BB
Tints of Dark Violet #8907BB
RGB
CMYK
RGB Variations
Color information
#8907BB (or 0x8907BB) is known color: Dark Violet. HEX triplet: 89, 07 and BB. RGB value is (137,7,187). Sum of RGB (Red+Green+Blue) = 137+7+187=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #8907BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8907BB is #76F844. Grayscale: #414141. Windows color (decimal): -7796805 or 12257161. OLE color: 12257161.
HSL color Cylindrical-coordinate representation of color #8907BB: hue angle of 283.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8907BB is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 7 | 187 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.27 |
| HSL | 283.33º | 0.93% | 0.38% | - |
| HSV(B) | 283.33º | 0.96% | 0.73% | - |
| XYZ | 19.36 | 9.06 | 47.74 | - |
| YUV | 66.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 187 | 0.27 | 0.96 | 0 | 0.27 | 283.33 | 0.93 | 0.38 |
| Hex | 89 | 7 | BB | 1B | 60 | 0 | 1B | 11B | 5D | 26 |
| Octal | 211 | 7 | 273 | 33 | 140 | 0 | 33 | 433 | 135 | 46 |
| Binary | 10001001 | 111 | 10111011 | 11011 | 1100000 | 0 | 11011 | 100011011 | 1011101 | 100110 |
Color Harmonies of #8907BB
Complementary color
Monochromatic Colors of #8907BB
Black with #8907BB
Text Example
Text Example
White with #8907BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8907BB; }
p { color: rgb(137,7,187); }
H1.HeaderClassName
{
color: #8907BB;
}
.AnyTagClassName
{
color: #8907BB;
}
</style>
background-color css
<style>
a { background-color: #8907BB; }
a { background-color: rgb(137,7,187); }
div.DivClassName
{
background-color: #8907BB;
}
.BgClassName
{
background-color: #8907BB;
}
</style>
border-color css
<style>
span { border-color: #8907BB; }
span { border-color: rgb(137,7,187); }
td.TdClassName
{
border-color: #8907BB;
}
.TagClassName
{
border-color: #8907BB;
}
</style>