Shades of Dark Violet #8307E8
Tints of Dark Violet #8307E8
RGB
CMYK
RGB Variations
Color information
#8307E8 (or 0x8307E8) is known color: Dark Violet. HEX triplet: 83, 07 and E8. RGB value is (131,7,232). Sum of RGB (Red+Green+Blue) = 131+7+232=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 232 (91.02% from 255 or 62.70% from 370); Max value from RGB is 232 - color contains mainly: blue. Hex color #8307E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8307E8 is #7CF817. Grayscale: #444444. Windows color (decimal): -8189976 or 15206275. OLE color: 15206275.
HSL color Cylindrical-coordinate representation of color #8307E8: hue angle of 273.07º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8307E8 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 7 | 232 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.09 |
| HSL | 273.07º | 0.94% | 0.47% | - |
| HSV(B) | 273.07º | 0.97% | 0.91% | - |
| XYZ | 24 | 10.8 | 77.16 | - |
| YUV | 69.73 | 219.58 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 232 | 0.44 | 0.97 | 0 | 0.09 | 273.07 | 0.94 | 0.47 |
| Hex | 83 | 7 | E8 | 2C | 61 | 0 | 9 | 111 | 5E | 2F |
| Octal | 203 | 7 | 350 | 54 | 141 | 0 | 11 | 421 | 136 | 57 |
| Binary | 10000011 | 111 | 11101000 | 101100 | 1100001 | 0 | 1001 | 100010001 | 1011110 | 101111 |
Color Harmonies of #8307E8
Complementary color
Monochromatic Colors of #8307E8
Black with #8307E8
Text Example
Text Example
White with #8307E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8307E8; }
p { color: rgb(131,7,232); }
H1.HeaderClassName
{
color: #8307E8;
}
.AnyTagClassName
{
color: #8307E8;
}
</style>
background-color css
<style>
a { background-color: #8307E8; }
a { background-color: rgb(131,7,232); }
div.DivClassName
{
background-color: #8307E8;
}
.BgClassName
{
background-color: #8307E8;
}
</style>
border-color css
<style>
span { border-color: #8307E8; }
span { border-color: rgb(131,7,232); }
td.TdClassName
{
border-color: #8307E8;
}
.TagClassName
{
border-color: #8307E8;
}
</style>