Shades of Dark Violet #8307B0
Tints of Dark Violet #8307B0
RGB
CMYK
RGB Variations
Color information
#8307B0 (or 0x8307B0) is known color: Dark Violet. HEX triplet: 83, 07 and B0. RGB value is (131,7,176). Sum of RGB (Red+Green+Blue) = 131+7+176=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 176 (69.14% from 255 or 56.05% from 314); Max value from RGB is 176 - color contains mainly: blue. Hex color #8307B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8307B0 is #7CF84F. Grayscale: #3E3E3E. Windows color (decimal): -8190032 or 11536259. OLE color: 11536259.
HSL color Cylindrical-coordinate representation of color #8307B0: hue angle of 284.02º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8307B0 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 7 | 176 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.31 |
| HSL | 284.02º | 0.92% | 0.36% | - |
| HSV(B) | 284.02º | 0.96% | 0.69% | - |
| XYZ | 17.27 | 8.11 | 41.73 | - |
| YUV | 63.34 | 191.58 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 176 | 0.26 | 0.96 | 0 | 0.31 | 284.02 | 0.92 | 0.36 |
| Hex | 83 | 7 | B0 | 1A | 60 | 0 | 1F | 11C | 5C | 24 |
| Octal | 203 | 7 | 260 | 32 | 140 | 0 | 37 | 434 | 134 | 44 |
| Binary | 10000011 | 111 | 10110000 | 11010 | 1100000 | 0 | 11111 | 100011100 | 1011100 | 100100 |
Color Harmonies of #8307B0
Complementary color
Monochromatic Colors of #8307B0
Black with #8307B0
Text Example
Text Example
White with #8307B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8307B0; }
p { color: rgb(131,7,176); }
H1.HeaderClassName
{
color: #8307B0;
}
.AnyTagClassName
{
color: #8307B0;
}
</style>
background-color css
<style>
a { background-color: #8307B0; }
a { background-color: rgb(131,7,176); }
div.DivClassName
{
background-color: #8307B0;
}
.BgClassName
{
background-color: #8307B0;
}
</style>
border-color css
<style>
span { border-color: #8307B0; }
span { border-color: rgb(131,7,176); }
td.TdClassName
{
border-color: #8307B0;
}
.TagClassName
{
border-color: #8307B0;
}
</style>