Shades of Dark Violet #8203BB
Tints of Dark Violet #8203BB
RGB
CMYK
RGB Variations
Color information
#8203BB (or 0x8203BB) is known color: Dark Violet. HEX triplet: 82, 03 and BB. RGB value is (130,3,187). Sum of RGB (Red+Green+Blue) = 130+3+187=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 3 (1.56% from 255 or 0.94% 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 #8203BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8203BB is #7DFC44. Grayscale: #3D3D3D. Windows color (decimal): -8256581 or 12256130. OLE color: 12256130.
HSL color Cylindrical-coordinate representation of color #8203BB: hue angle of 281.41º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8203BB is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 3 | 187 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.27 |
| HSL | 281.41º | 0.97% | 0.37% | - |
| HSV(B) | 281.41º | 0.98% | 0.73% | - |
| XYZ | 18.21 | 8.4 | 47.68 | - |
| YUV | 61.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 187 | 0.30 | 0.98 | 0 | 0.27 | 281.41 | 0.97 | 0.37 |
| Hex | 82 | 3 | BB | 1E | 62 | 0 | 1B | 119 | 61 | 25 |
| Octal | 202 | 3 | 273 | 36 | 142 | 0 | 33 | 431 | 141 | 45 |
| Binary | 10000010 | 11 | 10111011 | 11110 | 1100010 | 0 | 11011 | 100011001 | 1100001 | 100101 |
Color Harmonies of #8203BB
Complementary color
Monochromatic Colors of #8203BB
Black with #8203BB
Text Example
Text Example
White with #8203BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8203BB; }
p { color: rgb(130,3,187); }
H1.HeaderClassName
{
color: #8203BB;
}
.AnyTagClassName
{
color: #8203BB;
}
</style>
background-color css
<style>
a { background-color: #8203BB; }
a { background-color: rgb(130,3,187); }
div.DivClassName
{
background-color: #8203BB;
}
.BgClassName
{
background-color: #8203BB;
}
</style>
border-color css
<style>
span { border-color: #8203BB; }
span { border-color: rgb(130,3,187); }
td.TdClassName
{
border-color: #8203BB;
}
.TagClassName
{
border-color: #8203BB;
}
</style>