Shades of Dark Violet #8301C9
Tints of Dark Violet #8301C9
RGB
CMYK
RGB Variations
Color information
#8301C9 (or 0x8301C9) is known color: Dark Violet. HEX triplet: 83, 01 and C9. RGB value is (131,1,201). Sum of RGB (Red+Green+Blue) = 131+1+201=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #8301C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8301C9 is #7CFE36. Grayscale: #3E3E3E. Windows color (decimal): -8191543 or 13173123. OLE color: 13173123.
HSL color Cylindrical-coordinate representation of color #8301C9: hue angle of 279º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8301C9 is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 1 | 201 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.21 |
| HSL | 279º | 0.99% | 0.4% | - |
| HSV(B) | 279º | 1% | 0.79% | - |
| XYZ | 19.91 | 9.06 | 55.96 | - |
| YUV | 62.67 | 206.07 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 201 | 0.35 | 1.00 | 0 | 0.21 | 279 | 0.99 | 0.4 |
| Hex | 83 | 1 | C9 | 23 | 64 | 0 | 15 | 117 | 63 | 28 |
| Octal | 203 | 1 | 311 | 43 | 144 | 0 | 25 | 427 | 143 | 50 |
| Binary | 10000011 | 1 | 11001001 | 100011 | 1100100 | 0 | 10101 | 100010111 | 1100011 | 101000 |
Color Harmonies of #8301C9
Complementary color
Monochromatic Colors of #8301C9
Black with #8301C9
Text Example
Text Example
White with #8301C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301C9; }
p { color: rgb(131,1,201); }
H1.HeaderClassName
{
color: #8301C9;
}
.AnyTagClassName
{
color: #8301C9;
}
</style>
background-color css
<style>
a { background-color: #8301C9; }
a { background-color: rgb(131,1,201); }
div.DivClassName
{
background-color: #8301C9;
}
.BgClassName
{
background-color: #8301C9;
}
</style>
border-color css
<style>
span { border-color: #8301C9; }
span { border-color: rgb(131,1,201); }
td.TdClassName
{
border-color: #8301C9;
}
.TagClassName
{
border-color: #8301C9;
}
</style>