Shades of Dark Violet #8001D7
Tints of Dark Violet #8001D7
RGB
CMYK
RGB Variations
Color information
#8001D7 (or 0x8001D7) is known color: Dark Violet. HEX triplet: 80, 01 and D7. RGB value is (128,1,215). Sum of RGB (Red+Green+Blue) = 128+1+215=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 215 (84.38% from 255 or 62.5% from 344); Max value from RGB is 215 - color contains mainly: blue. Hex color #8001D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8001D7 is #7FFE28. Grayscale: #3E3E3E. Windows color (decimal): -8388137 or 14090624. OLE color: 14090624.
HSL color Cylindrical-coordinate representation of color #8001D7: hue angle of 275.61º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8001D7 is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 1 | 215 | - |
| CMYK | 0.40 | 1.00 | 0 | 0.16 |
| HSL | 275.61º | 0.99% | 0.42% | - |
| HSV(B) | 275.61º | 1% | 0.84% | - |
| XYZ | 21.18 | 9.52 | 65.01 | - |
| YUV | 63.37 | 213.58 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 215 | 0.40 | 1.00 | 0 | 0.16 | 275.61 | 0.99 | 0.42 |
| Hex | 80 | 1 | D7 | 28 | 64 | 0 | 10 | 114 | 63 | 2A |
| Octal | 200 | 1 | 327 | 50 | 144 | 0 | 20 | 424 | 143 | 52 |
| Binary | 10000000 | 1 | 11010111 | 101000 | 1100100 | 0 | 10000 | 100010100 | 1100011 | 101010 |
Color Harmonies of #8001D7
Complementary color
Monochromatic Colors of #8001D7
Black with #8001D7
Text Example
Text Example
White with #8001D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001D7; }
p { color: rgb(128,1,215); }
H1.HeaderClassName
{
color: #8001D7;
}
.AnyTagClassName
{
color: #8001D7;
}
</style>
background-color css
<style>
a { background-color: #8001D7; }
a { background-color: rgb(128,1,215); }
div.DivClassName
{
background-color: #8001D7;
}
.BgClassName
{
background-color: #8001D7;
}
</style>
border-color css
<style>
span { border-color: #8001D7; }
span { border-color: rgb(128,1,215); }
td.TdClassName
{
border-color: #8001D7;
}
.TagClassName
{
border-color: #8001D7;
}
</style>