Shades of Dark Violet #8303DF
Tints of Dark Violet #8303DF
RGB
CMYK
RGB Variations
Color information
#8303DF (or 0x8303DF) is known color: Dark Violet. HEX triplet: 83, 03 and DF. RGB value is (131,3,223). Sum of RGB (Red+Green+Blue) = 131+3+223=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #8303DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8303DF is #7CFC20. Grayscale: #414141. Windows color (decimal): -8191009 or 14615427. OLE color: 14615427.
HSL color Cylindrical-coordinate representation of color #8303DF: hue angle of 274.91º 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 #8303DF is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 3 | 223 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.13 |
| HSL | 274.91º | 0.97% | 0.44% | - |
| HSV(B) | 274.91º | 0.99% | 0.87% | - |
| XYZ | 22.71 | 10.22 | 70.59 | - |
| YUV | 66.35 | 216.41 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 223 | 0.41 | 0.99 | 0 | 0.13 | 274.91 | 0.97 | 0.44 |
| Hex | 83 | 3 | DF | 29 | 63 | 0 | D | 113 | 61 | 2C |
| Octal | 203 | 3 | 337 | 51 | 143 | 0 | 15 | 423 | 141 | 54 |
| Binary | 10000011 | 11 | 11011111 | 101001 | 1100011 | 0 | 1101 | 100010011 | 1100001 | 101100 |
Color Harmonies of #8303DF
Complementary color
Monochromatic Colors of #8303DF
Black with #8303DF
Text Example
Text Example
White with #8303DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303DF; }
p { color: rgb(131,3,223); }
H1.HeaderClassName
{
color: #8303DF;
}
.AnyTagClassName
{
color: #8303DF;
}
</style>
background-color css
<style>
a { background-color: #8303DF; }
a { background-color: rgb(131,3,223); }
div.DivClassName
{
background-color: #8303DF;
}
.BgClassName
{
background-color: #8303DF;
}
</style>
border-color css
<style>
span { border-color: #8303DF; }
span { border-color: rgb(131,3,223); }
td.TdClassName
{
border-color: #8303DF;
}
.TagClassName
{
border-color: #8303DF;
}
</style>