Shades of Dark Violet #8B03DF
Tints of Dark Violet #8B03DF
RGB
CMYK
RGB Variations
Color information
#8B03DF (or 0x8B03DF) is known color: Dark Violet. HEX triplet: 8B, 03 and DF. RGB value is (139,3,223). Sum of RGB (Red+Green+Blue) = 139+3+223=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B03DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B03DF is #74FC20. Grayscale: #444444. Windows color (decimal): -7666721 or 14615435. OLE color: 14615435.
HSL color Cylindrical-coordinate representation of color #8B03DF: hue angle of 277.09º degrees, saturation: 0.97, 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 #8B03DF is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 3 | 223 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.13 |
| HSL | 277.09º | 0.97% | 0.44% | - |
| HSV(B) | 277.09º | 0.99% | 0.87% | - |
| XYZ | 24 | 10.88 | 70.65 | - |
| YUV | 68.74 | 215.06 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 223 | 0.38 | 0.99 | 0 | 0.13 | 277.09 | 0.97 | 0.44 |
| Hex | 8B | 3 | DF | 26 | 63 | 0 | D | 115 | 61 | 2C |
| Octal | 213 | 3 | 337 | 46 | 143 | 0 | 15 | 425 | 141 | 54 |
| Binary | 10001011 | 11 | 11011111 | 100110 | 1100011 | 0 | 1101 | 100010101 | 1100001 | 101100 |
Color Harmonies of #8B03DF
Complementary color
Monochromatic Colors of #8B03DF
Black with #8B03DF
Text Example
Text Example
White with #8B03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B03DF; }
p { color: rgb(139,3,223); }
H1.HeaderClassName
{
color: #8B03DF;
}
.AnyTagClassName
{
color: #8B03DF;
}
</style>
background-color css
<style>
a { background-color: #8B03DF; }
a { background-color: rgb(139,3,223); }
div.DivClassName
{
background-color: #8B03DF;
}
.BgClassName
{
background-color: #8B03DF;
}
</style>
border-color css
<style>
span { border-color: #8B03DF; }
span { border-color: rgb(139,3,223); }
td.TdClassName
{
border-color: #8B03DF;
}
.TagClassName
{
border-color: #8B03DF;
}
</style>