Shades of Dark Violet #8001B9
Tints of Dark Violet #8001B9
RGB
CMYK
RGB Variations
Color information
#8001B9 (or 0x8001B9) is known color: Dark Violet. HEX triplet: 80, 01 and B9. RGB value is (128,1,185). Sum of RGB (Red+Green+Blue) = 128+1+185=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #8001B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8001B9 is #7FFE46. Grayscale: #3B3B3B. Windows color (decimal): -8388167 or 12124544. OLE color: 12124544.
HSL color Cylindrical-coordinate representation of color #8001B9: hue angle of 281.41º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8001B9 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 1 | 185 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.27 |
| HSL | 281.41º | 0.99% | 0.36% | - |
| HSV(B) | 281.41º | 0.99% | 0.73% | - |
| XYZ | 17.67 | 8.11 | 46.53 | - |
| YUV | 59.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 185 | 0.31 | 0.99 | 0 | 0.27 | 281.41 | 0.99 | 0.36 |
| Hex | 80 | 1 | B9 | 1F | 63 | 0 | 1B | 119 | 63 | 24 |
| Octal | 200 | 1 | 271 | 37 | 143 | 0 | 33 | 431 | 143 | 44 |
| Binary | 10000000 | 1 | 10111001 | 11111 | 1100011 | 0 | 11011 | 100011001 | 1100011 | 100100 |
Color Harmonies of #8001B9
Complementary color
Monochromatic Colors of #8001B9
Black with #8001B9
Text Example
Text Example
White with #8001B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001B9; }
p { color: rgb(128,1,185); }
H1.HeaderClassName
{
color: #8001B9;
}
.AnyTagClassName
{
color: #8001B9;
}
</style>
background-color css
<style>
a { background-color: #8001B9; }
a { background-color: rgb(128,1,185); }
div.DivClassName
{
background-color: #8001B9;
}
.BgClassName
{
background-color: #8001B9;
}
</style>
border-color css
<style>
span { border-color: #8001B9; }
span { border-color: rgb(128,1,185); }
td.TdClassName
{
border-color: #8001B9;
}
.TagClassName
{
border-color: #8001B9;
}
</style>