Shades of Dark Violet #8B02DF
Tints of Dark Violet #8B02DF
RGB
CMYK
RGB Variations
Color information
#8B02DF (or 0x8B02DF) is known color: Dark Violet. HEX triplet: 8B, 02 and DF. RGB value is (139,2,223). Sum of RGB (Red+Green+Blue) = 139+2+223=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B02DF is #74FD20. Grayscale: #434343. Windows color (decimal): -7666977 or 14615179. OLE color: 14615179.
HSL color Cylindrical-coordinate representation of color #8B02DF: hue angle of 277.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B02DF is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 2 | 223 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.13 |
| HSL | 277.19º | 0.98% | 0.44% | - |
| HSV(B) | 277.19º | 0.99% | 0.87% | - |
| XYZ | 23.99 | 10.86 | 70.64 | - |
| YUV | 68.16 | 215.39 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 223 | 0.38 | 0.99 | 0 | 0.13 | 277.19 | 0.98 | 0.44 |
| Hex | 8B | 2 | DF | 26 | 63 | 0 | D | 115 | 62 | 2C |
| Octal | 213 | 2 | 337 | 46 | 143 | 0 | 15 | 425 | 142 | 54 |
| Binary | 10001011 | 10 | 11011111 | 100110 | 1100011 | 0 | 1101 | 100010101 | 1100010 | 101100 |
Color Harmonies of #8B02DF
Complementary color
Monochromatic Colors of #8B02DF
Black with #8B02DF
Text Example
Text Example
White with #8B02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B02DF; }
p { color: rgb(139,2,223); }
H1.HeaderClassName
{
color: #8B02DF;
}
.AnyTagClassName
{
color: #8B02DF;
}
</style>
background-color css
<style>
a { background-color: #8B02DF; }
a { background-color: rgb(139,2,223); }
div.DivClassName
{
background-color: #8B02DF;
}
.BgClassName
{
background-color: #8B02DF;
}
</style>
border-color css
<style>
span { border-color: #8B02DF; }
span { border-color: rgb(139,2,223); }
td.TdClassName
{
border-color: #8B02DF;
}
.TagClassName
{
border-color: #8B02DF;
}
</style>