Shades of Dark Violet #8303C6
Tints of Dark Violet #8303C6
RGB
CMYK
RGB Variations
Color information
#8303C6 (or 0x8303C6) is known color: Dark Violet. HEX triplet: 83, 03 and C6. RGB value is (131,3,198). Sum of RGB (Red+Green+Blue) = 131+3+198=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 198 (77.73% from 255 or 59.64% from 332); Max value from RGB is 198 - color contains mainly: blue. Hex color #8303C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8303C6 is #7CFC39. Grayscale: #3E3E3E. Windows color (decimal): -8191034 or 12977027. OLE color: 12977027.
HSL color Cylindrical-coordinate representation of color #8303C6: hue angle of 279.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8303C6 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 3 | 198 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.22 |
| HSL | 279.38º | 0.97% | 0.39% | - |
| HSV(B) | 279.38º | 0.98% | 0.78% | - |
| XYZ | 19.59 | 8.97 | 54.12 | - |
| YUV | 63.5 | 203.91 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 198 | 0.34 | 0.98 | 0 | 0.22 | 279.38 | 0.97 | 0.39 |
| Hex | 83 | 3 | C6 | 22 | 62 | 0 | 16 | 117 | 61 | 27 |
| Octal | 203 | 3 | 306 | 42 | 142 | 0 | 26 | 427 | 141 | 47 |
| Binary | 10000011 | 11 | 11000110 | 100010 | 1100010 | 0 | 10110 | 100010111 | 1100001 | 100111 |
Color Harmonies of #8303C6
Complementary color
Monochromatic Colors of #8303C6
Black with #8303C6
Text Example
Text Example
White with #8303C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303C6; }
p { color: rgb(131,3,198); }
H1.HeaderClassName
{
color: #8303C6;
}
.AnyTagClassName
{
color: #8303C6;
}
</style>
background-color css
<style>
a { background-color: #8303C6; }
a { background-color: rgb(131,3,198); }
div.DivClassName
{
background-color: #8303C6;
}
.BgClassName
{
background-color: #8303C6;
}
</style>
border-color css
<style>
span { border-color: #8303C6; }
span { border-color: rgb(131,3,198); }
td.TdClassName
{
border-color: #8303C6;
}
.TagClassName
{
border-color: #8303C6;
}
</style>