Shades of Dark Violet #8001BD
Tints of Dark Violet #8001BD
RGB
CMYK
RGB Variations
Color information
#8001BD (or 0x8001BD) is known color: Dark Violet. HEX triplet: 80, 01 and BD. RGB value is (128,1,189). Sum of RGB (Red+Green+Blue) = 128+1+189=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #8001BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8001BD is #7FFE42. Grayscale: #3B3B3B. Windows color (decimal): -8388163 or 12386688. OLE color: 12386688.
HSL color Cylindrical-coordinate representation of color #8001BD: hue angle of 280.53º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8001BD is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 1 | 189 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.26 |
| HSL | 280.53º | 0.99% | 0.37% | - |
| HSV(B) | 280.53º | 0.99% | 0.74% | - |
| XYZ | 18.1 | 8.29 | 48.79 | - |
| YUV | 60.41 | 200.58 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 189 | 0.32 | 0.99 | 0 | 0.26 | 280.53 | 0.99 | 0.37 |
| Hex | 80 | 1 | BD | 20 | 63 | 0 | 1A | 119 | 63 | 25 |
| Octal | 200 | 1 | 275 | 40 | 143 | 0 | 32 | 431 | 143 | 45 |
| Binary | 10000000 | 1 | 10111101 | 100000 | 1100011 | 0 | 11010 | 100011001 | 1100011 | 100101 |
Color Harmonies of #8001BD
Complementary color
Monochromatic Colors of #8001BD
Black with #8001BD
Text Example
Text Example
White with #8001BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001BD; }
p { color: rgb(128,1,189); }
H1.HeaderClassName
{
color: #8001BD;
}
.AnyTagClassName
{
color: #8001BD;
}
</style>
background-color css
<style>
a { background-color: #8001BD; }
a { background-color: rgb(128,1,189); }
div.DivClassName
{
background-color: #8001BD;
}
.BgClassName
{
background-color: #8001BD;
}
</style>
border-color css
<style>
span { border-color: #8001BD; }
span { border-color: rgb(128,1,189); }
td.TdClassName
{
border-color: #8001BD;
}
.TagClassName
{
border-color: #8001BD;
}
</style>