Shades of Dark Violet #8B08BB
Tints of Dark Violet #8B08BB
RGB
CMYK
RGB Variations
Color information
#8B08BB (or 0x8B08BB) is known color: Dark Violet. HEX triplet: 8B, 08 and BB. RGB value is (139,8,187). Sum of RGB (Red+Green+Blue) = 139+8+187=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B08BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B08BB is #74F744. Grayscale: #424242. Windows color (decimal): -7665477 or 12257419. OLE color: 12257419.
HSL color Cylindrical-coordinate representation of color #8B08BB: hue angle of 283.91º degrees, saturation: 0.92, 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 #8B08BB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 8 | 187 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.27 |
| HSL | 283.91º | 0.92% | 0.38% | - |
| HSV(B) | 283.91º | 0.96% | 0.73% | - |
| XYZ | 19.7 | 9.25 | 47.76 | - |
| YUV | 67.58 | 195.4 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 187 | 0.26 | 0.96 | 0 | 0.27 | 283.91 | 0.92 | 0.38 |
| Hex | 8B | 8 | BB | 1A | 60 | 0 | 1B | 11C | 5C | 26 |
| Octal | 213 | 10 | 273 | 32 | 140 | 0 | 33 | 434 | 134 | 46 |
| Binary | 10001011 | 1000 | 10111011 | 11010 | 1100000 | 0 | 11011 | 100011100 | 1011100 | 100110 |
Color Harmonies of #8B08BB
Complementary color
Monochromatic Colors of #8B08BB
Black with #8B08BB
Text Example
Text Example
White with #8B08BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B08BB; }
p { color: rgb(139,8,187); }
H1.HeaderClassName
{
color: #8B08BB;
}
.AnyTagClassName
{
color: #8B08BB;
}
</style>
background-color css
<style>
a { background-color: #8B08BB; }
a { background-color: rgb(139,8,187); }
div.DivClassName
{
background-color: #8B08BB;
}
.BgClassName
{
background-color: #8B08BB;
}
</style>
border-color css
<style>
span { border-color: #8B08BB; }
span { border-color: rgb(139,8,187); }
td.TdClassName
{
border-color: #8B08BB;
}
.TagClassName
{
border-color: #8B08BB;
}
</style>