Shades of Dark Violet #8303E0
Tints of Dark Violet #8303E0
RGB
CMYK
RGB Variations
Color information
#8303E0 (or 0x8303E0) is known color: Dark Violet. HEX triplet: 83, 03 and E0. RGB value is (131,3,224). Sum of RGB (Red+Green+Blue) = 131+3+224=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #8303E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8303E0 is #7CFC1F. Grayscale: #414141. Windows color (decimal): -8191008 or 14680963. OLE color: 14680963.
HSL color Cylindrical-coordinate representation of color #8303E0: hue angle of 274.75º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8303E0 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 3 | 224 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.12 |
| HSL | 274.75º | 0.97% | 0.45% | - |
| HSV(B) | 274.75º | 0.99% | 0.88% | - |
| XYZ | 22.85 | 10.27 | 71.3 | - |
| YUV | 66.47 | 216.91 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 224 | 0.42 | 0.99 | 0 | 0.12 | 274.75 | 0.97 | 0.45 |
| Hex | 83 | 3 | E0 | 2A | 63 | 0 | C | 113 | 61 | 2D |
| Octal | 203 | 3 | 340 | 52 | 143 | 0 | 14 | 423 | 141 | 55 |
| Binary | 10000011 | 11 | 11100000 | 101010 | 1100011 | 0 | 1100 | 100010011 | 1100001 | 101101 |
Color Harmonies of #8303E0
Complementary color
Monochromatic Colors of #8303E0
Black with #8303E0
Text Example
Text Example
White with #8303E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303E0; }
p { color: rgb(131,3,224); }
H1.HeaderClassName
{
color: #8303E0;
}
.AnyTagClassName
{
color: #8303E0;
}
</style>
background-color css
<style>
a { background-color: #8303E0; }
a { background-color: rgb(131,3,224); }
div.DivClassName
{
background-color: #8303E0;
}
.BgClassName
{
background-color: #8303E0;
}
</style>
border-color css
<style>
span { border-color: #8303E0; }
span { border-color: rgb(131,3,224); }
td.TdClassName
{
border-color: #8303E0;
}
.TagClassName
{
border-color: #8303E0;
}
</style>