Shades of Dark Violet #8B07DF
Tints of Dark Violet #8B07DF
RGB
CMYK
RGB Variations
Color information
#8B07DF (or 0x8B07DF) is known color: Dark Violet. HEX triplet: 8B, 07 and DF. RGB value is (139,7,223). Sum of RGB (Red+Green+Blue) = 139+7+223=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B07DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B07DF is #74F820. Grayscale: #464646. Windows color (decimal): -7665697 or 14616459. OLE color: 14616459.
HSL color Cylindrical-coordinate representation of color #8B07DF: hue angle of 276.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B07DF is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 7 | 223 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.13 |
| HSL | 276.67º | 0.94% | 0.45% | - |
| HSV(B) | 276.67º | 0.97% | 0.87% | - |
| XYZ | 24.04 | 10.97 | 70.66 | - |
| YUV | 71.09 | 213.73 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 223 | 0.38 | 0.97 | 0 | 0.13 | 276.67 | 0.94 | 0.45 |
| Hex | 8B | 7 | DF | 26 | 61 | 0 | D | 115 | 5E | 2D |
| Octal | 213 | 7 | 337 | 46 | 141 | 0 | 15 | 425 | 136 | 55 |
| Binary | 10001011 | 111 | 11011111 | 100110 | 1100001 | 0 | 1101 | 100010101 | 1011110 | 101101 |
Color Harmonies of #8B07DF
Complementary color
Monochromatic Colors of #8B07DF
Black with #8B07DF
Text Example
Text Example
White with #8B07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B07DF; }
p { color: rgb(139,7,223); }
H1.HeaderClassName
{
color: #8B07DF;
}
.AnyTagClassName
{
color: #8B07DF;
}
</style>
background-color css
<style>
a { background-color: #8B07DF; }
a { background-color: rgb(139,7,223); }
div.DivClassName
{
background-color: #8B07DF;
}
.BgClassName
{
background-color: #8B07DF;
}
</style>
border-color css
<style>
span { border-color: #8B07DF; }
span { border-color: rgb(139,7,223); }
td.TdClassName
{
border-color: #8B07DF;
}
.TagClassName
{
border-color: #8B07DF;
}
</style>