Shades of Dark Violet #8B09BD
Tints of Dark Violet #8B09BD
RGB
CMYK
RGB Variations
Color information
#8B09BD (or 0x8B09BD) is known color: Dark Violet. HEX triplet: 8B, 09 and BD. RGB value is (139,9,189). Sum of RGB (Red+Green+Blue) = 139+9+189=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B09BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B09BD is #74F642. Grayscale: #434343. Windows color (decimal): -7665219 or 12388747. OLE color: 12388747.
HSL color Cylindrical-coordinate representation of color #8B09BD: hue angle of 283.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B09BD is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 9 | 189 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.26 |
| HSL | 283.33º | 0.91% | 0.39% | - |
| HSV(B) | 283.33º | 0.95% | 0.74% | - |
| XYZ | 19.93 | 9.36 | 48.9 | - |
| YUV | 68.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 189 | 0.26 | 0.95 | 0 | 0.26 | 283.33 | 0.91 | 0.39 |
| Hex | 8B | 9 | BD | 1A | 5F | 0 | 1A | 11B | 5B | 27 |
| Octal | 213 | 11 | 275 | 32 | 137 | 0 | 32 | 433 | 133 | 47 |
| Binary | 10001011 | 1001 | 10111101 | 11010 | 1011111 | 0 | 11010 | 100011011 | 1011011 | 100111 |
Color Harmonies of #8B09BD
Complementary color
Monochromatic Colors of #8B09BD
Black with #8B09BD
Text Example
Text Example
White with #8B09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B09BD; }
p { color: rgb(139,9,189); }
H1.HeaderClassName
{
color: #8B09BD;
}
.AnyTagClassName
{
color: #8B09BD;
}
</style>
background-color css
<style>
a { background-color: #8B09BD; }
a { background-color: rgb(139,9,189); }
div.DivClassName
{
background-color: #8B09BD;
}
.BgClassName
{
background-color: #8B09BD;
}
</style>
border-color css
<style>
span { border-color: #8B09BD; }
span { border-color: rgb(139,9,189); }
td.TdClassName
{
border-color: #8B09BD;
}
.TagClassName
{
border-color: #8B09BD;
}
</style>