Shades of Dark Violet #8302EA
Tints of Dark Violet #8302EA
RGB
CMYK
RGB Variations
Color information
#8302EA (or 0x8302EA) is known color: Dark Violet. HEX triplet: 83, 02 and EA. RGB value is (131,2,234). Sum of RGB (Red+Green+Blue) = 131+2+234=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #8302EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8302EA is #7CFD15. Grayscale: #424242. Windows color (decimal): -8191254 or 15336067. OLE color: 15336067.
HSL color Cylindrical-coordinate representation of color #8302EA: hue angle of 273.36º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8302EA is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 2 | 234 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.08 |
| HSL | 273.36º | 0.98% | 0.46% | - |
| HSV(B) | 273.36º | 0.99% | 0.92% | - |
| XYZ | 24.23 | 10.81 | 78.65 | - |
| YUV | 67.02 | 222.24 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 234 | 0.44 | 0.99 | 0 | 0.08 | 273.36 | 0.98 | 0.46 |
| Hex | 83 | 2 | EA | 2C | 63 | 0 | 8 | 111 | 62 | 2E |
| Octal | 203 | 2 | 352 | 54 | 143 | 0 | 10 | 421 | 142 | 56 |
| Binary | 10000011 | 10 | 11101010 | 101100 | 1100011 | 0 | 1000 | 100010001 | 1100010 | 101110 |
Color Harmonies of #8302EA
Complementary color
Monochromatic Colors of #8302EA
Black with #8302EA
Text Example
Text Example
White with #8302EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8302EA; }
p { color: rgb(131,2,234); }
H1.HeaderClassName
{
color: #8302EA;
}
.AnyTagClassName
{
color: #8302EA;
}
</style>
background-color css
<style>
a { background-color: #8302EA; }
a { background-color: rgb(131,2,234); }
div.DivClassName
{
background-color: #8302EA;
}
.BgClassName
{
background-color: #8302EA;
}
</style>
border-color css
<style>
span { border-color: #8302EA; }
span { border-color: rgb(131,2,234); }
td.TdClassName
{
border-color: #8302EA;
}
.TagClassName
{
border-color: #8302EA;
}
</style>