Shades of Dark Violet #8002BB
Tints of Dark Violet #8002BB
RGB
CMYK
RGB Variations
Color information
#8002BB (or 0x8002BB) is known color: Dark Violet. HEX triplet: 80, 02 and BB. RGB value is (128,2,187). Sum of RGB (Red+Green+Blue) = 128+2+187=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #8002BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002BB is #7FFD44. Grayscale: #3C3C3C. Windows color (decimal): -8387909 or 12255872. OLE color: 12255872.
HSL color Cylindrical-coordinate representation of color #8002BB: hue angle of 280.86º 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 #8002BB is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 2 | 187 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.27 |
| HSL | 280.86º | 0.98% | 0.37% | - |
| HSV(B) | 280.86º | 0.99% | 0.73% | - |
| XYZ | 17.89 | 8.22 | 47.66 | - |
| YUV | 60.76 | 199.24 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 187 | 0.32 | 0.99 | 0 | 0.27 | 280.86 | 0.98 | 0.37 |
| Hex | 80 | 2 | BB | 20 | 63 | 0 | 1B | 119 | 62 | 25 |
| Octal | 200 | 2 | 273 | 40 | 143 | 0 | 33 | 431 | 142 | 45 |
| Binary | 10000000 | 10 | 10111011 | 100000 | 1100011 | 0 | 11011 | 100011001 | 1100010 | 100101 |
Color Harmonies of #8002BB
Complementary color
Monochromatic Colors of #8002BB
Black with #8002BB
Text Example
Text Example
White with #8002BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8002BB; }
p { color: rgb(128,2,187); }
H1.HeaderClassName
{
color: #8002BB;
}
.AnyTagClassName
{
color: #8002BB;
}
</style>
background-color css
<style>
a { background-color: #8002BB; }
a { background-color: rgb(128,2,187); }
div.DivClassName
{
background-color: #8002BB;
}
.BgClassName
{
background-color: #8002BB;
}
</style>
border-color css
<style>
span { border-color: #8002BB; }
span { border-color: rgb(128,2,187); }
td.TdClassName
{
border-color: #8002BB;
}
.TagClassName
{
border-color: #8002BB;
}
</style>