Shades of Dark Violet #8302BB
Tints of Dark Violet #8302BB
RGB
CMYK
RGB Variations
Color information
#8302BB (or 0x8302BB) is known color: Dark Violet. HEX triplet: 83, 02 and BB. RGB value is (131,2,187). Sum of RGB (Red+Green+Blue) = 131+2+187=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #8302BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8302BB is #7CFD44. Grayscale: #3D3D3D. Windows color (decimal): -8191301 or 12255875. OLE color: 12255875.
HSL color Cylindrical-coordinate representation of color #8302BB: hue angle of 281.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8302BB is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 2 | 187 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.27 |
| HSL | 281.84º | 0.98% | 0.37% | - |
| HSV(B) | 281.84º | 0.99% | 0.73% | - |
| XYZ | 18.35 | 8.46 | 47.68 | - |
| YUV | 61.66 | 198.74 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 187 | 0.30 | 0.99 | 0 | 0.27 | 281.84 | 0.98 | 0.37 |
| Hex | 83 | 2 | BB | 1E | 63 | 0 | 1B | 11A | 62 | 25 |
| Octal | 203 | 2 | 273 | 36 | 143 | 0 | 33 | 432 | 142 | 45 |
| Binary | 10000011 | 10 | 10111011 | 11110 | 1100011 | 0 | 11011 | 100011010 | 1100010 | 100101 |
Color Harmonies of #8302BB
Complementary color
Monochromatic Colors of #8302BB
Black with #8302BB
Text Example
Text Example
White with #8302BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8302BB; }
p { color: rgb(131,2,187); }
H1.HeaderClassName
{
color: #8302BB;
}
.AnyTagClassName
{
color: #8302BB;
}
</style>
background-color css
<style>
a { background-color: #8302BB; }
a { background-color: rgb(131,2,187); }
div.DivClassName
{
background-color: #8302BB;
}
.BgClassName
{
background-color: #8302BB;
}
</style>
border-color css
<style>
span { border-color: #8302BB; }
span { border-color: rgb(131,2,187); }
td.TdClassName
{
border-color: #8302BB;
}
.TagClassName
{
border-color: #8302BB;
}
</style>