Shades of Dark Violet #8303DC
Tints of Dark Violet #8303DC
RGB
CMYK
RGB Variations
Color information
#8303DC (or 0x8303DC) is known color: Dark Violet. HEX triplet: 83, 03 and DC. RGB value is (131,3,220). Sum of RGB (Red+Green+Blue) = 131+3+220=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #8303DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8303DC is #7CFC23. Grayscale: #414141. Windows color (decimal): -8191012 or 14418819. OLE color: 14418819.
HSL color Cylindrical-coordinate representation of color #8303DC: hue angle of 275.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8303DC is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 3 | 220 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.14 |
| HSL | 275.39º | 0.97% | 0.44% | - |
| HSV(B) | 275.39º | 0.99% | 0.86% | - |
| XYZ | 22.31 | 10.06 | 68.48 | - |
| YUV | 66.01 | 214.91 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 220 | 0.40 | 0.99 | 0 | 0.14 | 275.39 | 0.97 | 0.44 |
| Hex | 83 | 3 | DC | 28 | 63 | 0 | E | 113 | 61 | 2C |
| Octal | 203 | 3 | 334 | 50 | 143 | 0 | 16 | 423 | 141 | 54 |
| Binary | 10000011 | 11 | 11011100 | 101000 | 1100011 | 0 | 1110 | 100010011 | 1100001 | 101100 |
Color Harmonies of #8303DC
Complementary color
Monochromatic Colors of #8303DC
Black with #8303DC
Text Example
Text Example
White with #8303DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303DC; }
p { color: rgb(131,3,220); }
H1.HeaderClassName
{
color: #8303DC;
}
.AnyTagClassName
{
color: #8303DC;
}
</style>
background-color css
<style>
a { background-color: #8303DC; }
a { background-color: rgb(131,3,220); }
div.DivClassName
{
background-color: #8303DC;
}
.BgClassName
{
background-color: #8303DC;
}
</style>
border-color css
<style>
span { border-color: #8303DC; }
span { border-color: rgb(131,3,220); }
td.TdClassName
{
border-color: #8303DC;
}
.TagClassName
{
border-color: #8303DC;
}
</style>