Shades of Dark Violet #8002B9
Tints of Dark Violet #8002B9
RGB
CMYK
RGB Variations
Color information
#8002B9 (or 0x8002B9) is known color: Dark Violet. HEX triplet: 80, 02 and B9. RGB value is (128,2,185). Sum of RGB (Red+Green+Blue) = 128+2+185=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #8002B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002B9 is #7FFD46. Grayscale: #3B3B3B. Windows color (decimal): -8387911 or 12124800. OLE color: 12124800.
HSL color Cylindrical-coordinate representation of color #8002B9: hue angle of 281.31º 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 #8002B9 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 2 | 185 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.27 |
| HSL | 281.31º | 0.98% | 0.37% | - |
| HSV(B) | 281.31º | 0.99% | 0.73% | - |
| XYZ | 17.68 | 8.14 | 46.54 | - |
| YUV | 60.54 | 198.24 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 185 | 0.31 | 0.99 | 0 | 0.27 | 281.31 | 0.98 | 0.37 |
| Hex | 80 | 2 | B9 | 1F | 63 | 0 | 1B | 119 | 62 | 25 |
| Octal | 200 | 2 | 271 | 37 | 143 | 0 | 33 | 431 | 142 | 45 |
| Binary | 10000000 | 10 | 10111001 | 11111 | 1100011 | 0 | 11011 | 100011001 | 1100010 | 100101 |
Color Harmonies of #8002B9
Complementary color
Monochromatic Colors of #8002B9
Black with #8002B9
Text Example
Text Example
White with #8002B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8002B9; }
p { color: rgb(128,2,185); }
H1.HeaderClassName
{
color: #8002B9;
}
.AnyTagClassName
{
color: #8002B9;
}
</style>
background-color css
<style>
a { background-color: #8002B9; }
a { background-color: rgb(128,2,185); }
div.DivClassName
{
background-color: #8002B9;
}
.BgClassName
{
background-color: #8002B9;
}
</style>
border-color css
<style>
span { border-color: #8002B9; }
span { border-color: rgb(128,2,185); }
td.TdClassName
{
border-color: #8002B9;
}
.TagClassName
{
border-color: #8002B9;
}
</style>