Shades of Dark Violet #8B09B9
Tints of Dark Violet #8B09B9
RGB
CMYK
RGB Variations
Color information
#8B09B9 (or 0x8B09B9) is known color: Dark Violet. HEX triplet: 8B, 09 and B9. RGB value is (139,9,185). Sum of RGB (Red+Green+Blue) = 139+9+185=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B09B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B09B9 is #74F646. Grayscale: #434343. Windows color (decimal): -7665223 or 12126603. OLE color: 12126603.
HSL color Cylindrical-coordinate representation of color #8B09B9: hue angle of 284.32º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B09B9 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 9 | 185 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.27 |
| HSL | 284.32º | 0.91% | 0.38% | - |
| HSV(B) | 284.32º | 0.95% | 0.73% | - |
| XYZ | 19.5 | 9.19 | 46.64 | - |
| YUV | 67.93 | 194.07 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 185 | 0.25 | 0.95 | 0 | 0.27 | 284.32 | 0.91 | 0.38 |
| Hex | 8B | 9 | B9 | 19 | 5F | 0 | 1B | 11C | 5B | 26 |
| Octal | 213 | 11 | 271 | 31 | 137 | 0 | 33 | 434 | 133 | 46 |
| Binary | 10001011 | 1001 | 10111001 | 11001 | 1011111 | 0 | 11011 | 100011100 | 1011011 | 100110 |
Color Harmonies of #8B09B9
Complementary color
Monochromatic Colors of #8B09B9
Black with #8B09B9
Text Example
Text Example
White with #8B09B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B09B9; }
p { color: rgb(139,9,185); }
H1.HeaderClassName
{
color: #8B09B9;
}
.AnyTagClassName
{
color: #8B09B9;
}
</style>
background-color css
<style>
a { background-color: #8B09B9; }
a { background-color: rgb(139,9,185); }
div.DivClassName
{
background-color: #8B09B9;
}
.BgClassName
{
background-color: #8B09B9;
}
</style>
border-color css
<style>
span { border-color: #8B09B9; }
span { border-color: rgb(139,9,185); }
td.TdClassName
{
border-color: #8B09B9;
}
.TagClassName
{
border-color: #8B09B9;
}
</style>