Shades of Dark Violet #8B08DD
Tints of Dark Violet #8B08DD
RGB
CMYK
RGB Variations
Color information
#8B08DD (or 0x8B08DD) is known color: Dark Violet. HEX triplet: 8B, 08 and DD. RGB value is (139,8,221). Sum of RGB (Red+Green+Blue) = 139+8+221=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B08DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B08DD is #74F722. Grayscale: #464646. Windows color (decimal): -7665443 or 14485643. OLE color: 14485643.
HSL color Cylindrical-coordinate representation of color #8B08DD: hue angle of 276.9º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B08DD is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 8 | 221 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.13 |
| HSL | 276.9º | 0.93% | 0.45% | - |
| HSV(B) | 276.9º | 0.96% | 0.87% | - |
| XYZ | 23.79 | 10.88 | 69.25 | - |
| YUV | 71.45 | 212.4 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 221 | 0.37 | 0.96 | 0 | 0.13 | 276.9 | 0.93 | 0.45 |
| Hex | 8B | 8 | DD | 25 | 60 | 0 | D | 115 | 5D | 2D |
| Octal | 213 | 10 | 335 | 45 | 140 | 0 | 15 | 425 | 135 | 55 |
| Binary | 10001011 | 1000 | 11011101 | 100101 | 1100000 | 0 | 1101 | 100010101 | 1011101 | 101101 |
Color Harmonies of #8B08DD
Complementary color
Monochromatic Colors of #8B08DD
Black with #8B08DD
Text Example
Text Example
White with #8B08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B08DD; }
p { color: rgb(139,8,221); }
H1.HeaderClassName
{
color: #8B08DD;
}
.AnyTagClassName
{
color: #8B08DD;
}
</style>
background-color css
<style>
a { background-color: #8B08DD; }
a { background-color: rgb(139,8,221); }
div.DivClassName
{
background-color: #8B08DD;
}
.BgClassName
{
background-color: #8B08DD;
}
</style>
border-color css
<style>
span { border-color: #8B08DD; }
span { border-color: rgb(139,8,221); }
td.TdClassName
{
border-color: #8B08DD;
}
.TagClassName
{
border-color: #8B08DD;
}
</style>