Shades of Dark Violet #8305BB
Tints of Dark Violet #8305BB
RGB
CMYK
RGB Variations
Color information
#8305BB (or 0x8305BB) is known color: Dark Violet. HEX triplet: 83, 05 and BB. RGB value is (131,5,187). Sum of RGB (Red+Green+Blue) = 131+5+187=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #8305BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8305BB is #7CFA44. Grayscale: #3E3E3E. Windows color (decimal): -8190533 or 12256643. OLE color: 12256643.
HSL color Cylindrical-coordinate representation of color #8305BB: hue angle of 281.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8305BB is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 5 | 187 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.27 |
| HSL | 281.54º | 0.95% | 0.38% | - |
| HSV(B) | 281.54º | 0.97% | 0.73% | - |
| XYZ | 18.38 | 8.52 | 47.69 | - |
| YUV | 63.42 | 197.74 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 187 | 0.30 | 0.97 | 0 | 0.27 | 281.54 | 0.95 | 0.38 |
| Hex | 83 | 5 | BB | 1E | 61 | 0 | 1B | 11A | 5F | 26 |
| Octal | 203 | 5 | 273 | 36 | 141 | 0 | 33 | 432 | 137 | 46 |
| Binary | 10000011 | 101 | 10111011 | 11110 | 1100001 | 0 | 11011 | 100011010 | 1011111 | 100110 |
Color Harmonies of #8305BB
Complementary color
Monochromatic Colors of #8305BB
Black with #8305BB
Text Example
Text Example
White with #8305BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8305BB; }
p { color: rgb(131,5,187); }
H1.HeaderClassName
{
color: #8305BB;
}
.AnyTagClassName
{
color: #8305BB;
}
</style>
background-color css
<style>
a { background-color: #8305BB; }
a { background-color: rgb(131,5,187); }
div.DivClassName
{
background-color: #8305BB;
}
.BgClassName
{
background-color: #8305BB;
}
</style>
border-color css
<style>
span { border-color: #8305BB; }
span { border-color: rgb(131,5,187); }
td.TdClassName
{
border-color: #8305BB;
}
.TagClassName
{
border-color: #8305BB;
}
</style>