Shades of Dark Violet #8303D8
Tints of Dark Violet #8303D8
RGB
CMYK
RGB Variations
Color information
#8303D8 (or 0x8303D8) is known color: Dark Violet. HEX triplet: 83, 03 and D8. RGB value is (131,3,216). Sum of RGB (Red+Green+Blue) = 131+3+216=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 216 (84.77% from 255 or 61.71% from 350); Max value from RGB is 216 - color contains mainly: blue. Hex color #8303D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8303D8 is #7CFC27. Grayscale: #404040. Windows color (decimal): -8191016 or 14156675. OLE color: 14156675.
HSL color Cylindrical-coordinate representation of color #8303D8: hue angle of 276.06º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8303D8 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 3 | 216 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.15 |
| HSL | 276.06º | 0.97% | 0.43% | - |
| HSV(B) | 276.06º | 0.99% | 0.85% | - |
| XYZ | 21.79 | 9.85 | 65.72 | - |
| YUV | 65.55 | 212.91 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 216 | 0.39 | 0.99 | 0 | 0.15 | 276.06 | 0.97 | 0.43 |
| Hex | 83 | 3 | D8 | 27 | 63 | 0 | F | 114 | 61 | 2B |
| Octal | 203 | 3 | 330 | 47 | 143 | 0 | 17 | 424 | 141 | 53 |
| Binary | 10000011 | 11 | 11011000 | 100111 | 1100011 | 0 | 1111 | 100010100 | 1100001 | 101011 |
Color Harmonies of #8303D8
Complementary color
Monochromatic Colors of #8303D8
Black with #8303D8
Text Example
Text Example
White with #8303D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303D8; }
p { color: rgb(131,3,216); }
H1.HeaderClassName
{
color: #8303D8;
}
.AnyTagClassName
{
color: #8303D8;
}
</style>
background-color css
<style>
a { background-color: #8303D8; }
a { background-color: rgb(131,3,216); }
div.DivClassName
{
background-color: #8303D8;
}
.BgClassName
{
background-color: #8303D8;
}
</style>
border-color css
<style>
span { border-color: #8303D8; }
span { border-color: rgb(131,3,216); }
td.TdClassName
{
border-color: #8303D8;
}
.TagClassName
{
border-color: #8303D8;
}
</style>