Shades of Dark Violet #8300EF
Tints of Dark Violet #8300EF
RGB
CMYK
RGB Variations
Color information
#8300EF (or 0x8300EF) is known color: Dark Violet. HEX triplet: 83, 00 and EF. RGB value is (131,0,239). Sum of RGB (Red+Green+Blue) = 131+0+239=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #8300EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8300EF is #7CFF10. Grayscale: #414141. Windows color (decimal): -8191761 or 15663235. OLE color: 15663235.
HSL color Cylindrical-coordinate representation of color #8300EF: hue angle of 272.89º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300EF is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 0 | 239 | - |
| CMYK | 0.45 | 1 | 0 | 0.06 |
| HSL | 272.89º | 1% | 0.47% | - |
| HSV(B) | 272.89º | 1% | 0.94% | - |
| XYZ | 24.94 | 11.06 | 82.48 | - |
| YUV | 66.42 | 225.4 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 239 | 0.45 | 1 | 0 | 0.06 | 272.89 | 1 | 0.47 |
| Hex | 83 | 0 | EF | 2D | 64 | 0 | 6 | 111 | 64 | 2F |
| Octal | 203 | 0 | 357 | 55 | 144 | 0 | 6 | 421 | 144 | 57 |
| Binary | 10000011 | 0 | 11101111 | 101101 | 1100100 | 0 | 110 | 100010001 | 1100100 | 101111 |
Color Harmonies of #8300EF
Complementary color
Monochromatic Colors of #8300EF
Black with #8300EF
Text Example
Text Example
White with #8300EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8300EF; }
p { color: rgb(131,0,239); }
H1.HeaderClassName
{
color: #8300EF;
}
.AnyTagClassName
{
color: #8300EF;
}
</style>
background-color css
<style>
a { background-color: #8300EF; }
a { background-color: rgb(131,0,239); }
div.DivClassName
{
background-color: #8300EF;
}
.BgClassName
{
background-color: #8300EF;
}
</style>
border-color css
<style>
span { border-color: #8300EF; }
span { border-color: rgb(131,0,239); }
td.TdClassName
{
border-color: #8300EF;
}
.TagClassName
{
border-color: #8300EF;
}
</style>