Shades of Dark Violet #8301EA
Tints of Dark Violet #8301EA
RGB
CMYK
RGB Variations
Color information
#8301EA (or 0x8301EA) is known color: Dark Violet. HEX triplet: 83, 01 and EA. RGB value is (131,1,234). Sum of RGB (Red+Green+Blue) = 131+1+234=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #8301EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8301EA is #7CFE15. Grayscale: #414141. Windows color (decimal): -8191510 or 15335811. OLE color: 15335811.
HSL color Cylindrical-coordinate representation of color #8301EA: hue angle of 273.48º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8301EA is Cyan = 0.44, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 1 | 234 | - |
| CMYK | 0.44 | 1.00 | 0 | 0.08 |
| HSL | 273.48º | 0.99% | 0.46% | - |
| HSV(B) | 273.48º | 1% | 0.92% | - |
| XYZ | 24.22 | 10.79 | 78.65 | - |
| YUV | 66.43 | 222.57 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 234 | 0.44 | 1.00 | 0 | 0.08 | 273.48 | 0.99 | 0.46 |
| Hex | 83 | 1 | EA | 2C | 64 | 0 | 8 | 111 | 63 | 2E |
| Octal | 203 | 1 | 352 | 54 | 144 | 0 | 10 | 421 | 143 | 56 |
| Binary | 10000011 | 1 | 11101010 | 101100 | 1100100 | 0 | 1000 | 100010001 | 1100011 | 101110 |
Color Harmonies of #8301EA
Complementary color
Monochromatic Colors of #8301EA
Black with #8301EA
Text Example
Text Example
White with #8301EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301EA; }
p { color: rgb(131,1,234); }
H1.HeaderClassName
{
color: #8301EA;
}
.AnyTagClassName
{
color: #8301EA;
}
</style>
background-color css
<style>
a { background-color: #8301EA; }
a { background-color: rgb(131,1,234); }
div.DivClassName
{
background-color: #8301EA;
}
.BgClassName
{
background-color: #8301EA;
}
</style>
border-color css
<style>
span { border-color: #8301EA; }
span { border-color: rgb(131,1,234); }
td.TdClassName
{
border-color: #8301EA;
}
.TagClassName
{
border-color: #8301EA;
}
</style>