Shades of Dark Violet #8001BE
Tints of Dark Violet #8001BE
RGB
CMYK
RGB Variations
Color information
#8001BE (or 0x8001BE) is known color: Dark Violet. HEX triplet: 80, 01 and BE. RGB value is (128,1,190). Sum of RGB (Red+Green+Blue) = 128+1+190=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #8001BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8001BE is #7FFE41. Grayscale: #3B3B3B. Windows color (decimal): -8388162 or 12452224. OLE color: 12452224.
HSL color Cylindrical-coordinate representation of color #8001BE: hue angle of 280.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8001BE is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 1 | 190 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.25 |
| HSL | 280.32º | 0.99% | 0.37% | - |
| HSV(B) | 280.32º | 0.99% | 0.75% | - |
| XYZ | 18.21 | 8.33 | 49.36 | - |
| YUV | 60.52 | 201.08 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 190 | 0.33 | 0.99 | 0 | 0.25 | 280.32 | 0.99 | 0.37 |
| Hex | 80 | 1 | BE | 21 | 63 | 0 | 19 | 118 | 63 | 25 |
| Octal | 200 | 1 | 276 | 41 | 143 | 0 | 31 | 430 | 143 | 45 |
| Binary | 10000000 | 1 | 10111110 | 100001 | 1100011 | 0 | 11001 | 100011000 | 1100011 | 100101 |
Color Harmonies of #8001BE
Complementary color
Monochromatic Colors of #8001BE
Black with #8001BE
Text Example
Text Example
White with #8001BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001BE; }
p { color: rgb(128,1,190); }
H1.HeaderClassName
{
color: #8001BE;
}
.AnyTagClassName
{
color: #8001BE;
}
</style>
background-color css
<style>
a { background-color: #8001BE; }
a { background-color: rgb(128,1,190); }
div.DivClassName
{
background-color: #8001BE;
}
.BgClassName
{
background-color: #8001BE;
}
</style>
border-color css
<style>
span { border-color: #8001BE; }
span { border-color: rgb(128,1,190); }
td.TdClassName
{
border-color: #8001BE;
}
.TagClassName
{
border-color: #8001BE;
}
</style>