Shades of Dark Violet #8308BB
Tints of Dark Violet #8308BB
RGB
CMYK
RGB Variations
Color information
#8308BB (or 0x8308BB) is known color: Dark Violet. HEX triplet: 83, 08 and BB. RGB value is (131,8,187). Sum of RGB (Red+Green+Blue) = 131+8+187=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #8308BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308BB is #7CF744. Grayscale: #404040. Windows color (decimal): -8189765 or 12257411. OLE color: 12257411.
HSL color Cylindrical-coordinate representation of color #8308BB: hue angle of 281.23º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8308BB is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 8 | 187 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.27 |
| HSL | 281.23º | 0.92% | 0.38% | - |
| HSV(B) | 281.23º | 0.96% | 0.73% | - |
| XYZ | 18.42 | 8.59 | 47.7 | - |
| YUV | 65.18 | 196.75 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 187 | 0.30 | 0.96 | 0 | 0.27 | 281.23 | 0.92 | 0.38 |
| Hex | 83 | 8 | BB | 1E | 60 | 0 | 1B | 119 | 5C | 26 |
| Octal | 203 | 10 | 273 | 36 | 140 | 0 | 33 | 431 | 134 | 46 |
| Binary | 10000011 | 1000 | 10111011 | 11110 | 1100000 | 0 | 11011 | 100011001 | 1011100 | 100110 |
Color Harmonies of #8308BB
Complementary color
Monochromatic Colors of #8308BB
Black with #8308BB
Text Example
Text Example
White with #8308BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8308BB; }
p { color: rgb(131,8,187); }
H1.HeaderClassName
{
color: #8308BB;
}
.AnyTagClassName
{
color: #8308BB;
}
</style>
background-color css
<style>
a { background-color: #8308BB; }
a { background-color: rgb(131,8,187); }
div.DivClassName
{
background-color: #8308BB;
}
.BgClassName
{
background-color: #8308BB;
}
</style>
border-color css
<style>
span { border-color: #8308BB; }
span { border-color: rgb(131,8,187); }
td.TdClassName
{
border-color: #8308BB;
}
.TagClassName
{
border-color: #8308BB;
}
</style>