Shades of Dark Violet #8303B8
Tints of Dark Violet #8303B8
RGB
CMYK
RGB Variations
Color information
#8303B8 (or 0x8303B8) is known color: Dark Violet. HEX triplet: 83, 03 and B8. RGB value is (131,3,184). Sum of RGB (Red+Green+Blue) = 131+3+184=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 184 (72.27% from 255 or 57.86% from 318); Max value from RGB is 184 - color contains mainly: blue. Hex color #8303B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8303B8 is #7CFC47. Grayscale: #3D3D3D. Windows color (decimal): -8191048 or 12059523. OLE color: 12059523.
HSL color Cylindrical-coordinate representation of color #8303B8: hue angle of 282.43º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8303B8 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 3 | 184 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.28 |
| HSL | 282.43º | 0.97% | 0.37% | - |
| HSV(B) | 282.43º | 0.98% | 0.72% | - |
| XYZ | 18.04 | 8.35 | 46.01 | - |
| YUV | 61.91 | 196.91 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 184 | 0.29 | 0.98 | 0 | 0.28 | 282.43 | 0.97 | 0.37 |
| Hex | 83 | 3 | B8 | 1D | 62 | 0 | 1C | 11A | 61 | 25 |
| Octal | 203 | 3 | 270 | 35 | 142 | 0 | 34 | 432 | 141 | 45 |
| Binary | 10000011 | 11 | 10111000 | 11101 | 1100010 | 0 | 11100 | 100011010 | 1100001 | 100101 |
Color Harmonies of #8303B8
Complementary color
Monochromatic Colors of #8303B8
Black with #8303B8
Text Example
Text Example
White with #8303B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303B8; }
p { color: rgb(131,3,184); }
H1.HeaderClassName
{
color: #8303B8;
}
.AnyTagClassName
{
color: #8303B8;
}
</style>
background-color css
<style>
a { background-color: #8303B8; }
a { background-color: rgb(131,3,184); }
div.DivClassName
{
background-color: #8303B8;
}
.BgClassName
{
background-color: #8303B8;
}
</style>
border-color css
<style>
span { border-color: #8303B8; }
span { border-color: rgb(131,3,184); }
td.TdClassName
{
border-color: #8303B8;
}
.TagClassName
{
border-color: #8303B8;
}
</style>