Shades of Dark Violet #8303D7
Tints of Dark Violet #8303D7
RGB
CMYK
RGB Variations
Color information
#8303D7 (or 0x8303D7) is known color: Dark Violet. HEX triplet: 83, 03 and D7. RGB value is (131,3,215). Sum of RGB (Red+Green+Blue) = 131+3+215=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 215 (84.38% from 255 or 61.60% from 349); Max value from RGB is 215 - color contains mainly: blue. Hex color #8303D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8303D7 is #7CFC28. Grayscale: #404040. Windows color (decimal): -8191017 or 14091139. OLE color: 14091139.
HSL color Cylindrical-coordinate representation of color #8303D7: hue angle of 276.23º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8303D7 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 3 | 215 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.16 |
| HSL | 276.23º | 0.97% | 0.43% | - |
| HSV(B) | 276.23º | 0.99% | 0.84% | - |
| XYZ | 21.66 | 9.8 | 65.04 | - |
| YUV | 65.44 | 212.41 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 215 | 0.39 | 0.99 | 0 | 0.16 | 276.23 | 0.97 | 0.43 |
| Hex | 83 | 3 | D7 | 27 | 63 | 0 | 10 | 114 | 61 | 2B |
| Octal | 203 | 3 | 327 | 47 | 143 | 0 | 20 | 424 | 141 | 53 |
| Binary | 10000011 | 11 | 11010111 | 100111 | 1100011 | 0 | 10000 | 100010100 | 1100001 | 101011 |
Color Harmonies of #8303D7
Complementary color
Monochromatic Colors of #8303D7
Black with #8303D7
Text Example
Text Example
White with #8303D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303D7; }
p { color: rgb(131,3,215); }
H1.HeaderClassName
{
color: #8303D7;
}
.AnyTagClassName
{
color: #8303D7;
}
</style>
background-color css
<style>
a { background-color: #8303D7; }
a { background-color: rgb(131,3,215); }
div.DivClassName
{
background-color: #8303D7;
}
.BgClassName
{
background-color: #8303D7;
}
</style>
border-color css
<style>
span { border-color: #8303D7; }
span { border-color: rgb(131,3,215); }
td.TdClassName
{
border-color: #8303D7;
}
.TagClassName
{
border-color: #8303D7;
}
</style>