Shades of Dark Violet #8001B2
Tints of Dark Violet #8001B2
RGB
CMYK
RGB Variations
Color information
#8001B2 (or 0x8001B2) is known color: Dark Violet. HEX triplet: 80, 01 and B2. RGB value is (128,1,178). Sum of RGB (Red+Green+Blue) = 128+1+178=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 178 (69.92% from 255 or 57.98% from 307); Max value from RGB is 178 - color contains mainly: blue. Hex color #8001B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8001B2 is #7FFE4D. Grayscale: #3A3A3A. Windows color (decimal): -8388174 or 11665792. OLE color: 11665792.
HSL color Cylindrical-coordinate representation of color #8001B2: hue angle of 283.05º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8001B2 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 1 | 178 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.30 |
| HSL | 283.05º | 0.99% | 0.35% | - |
| HSV(B) | 283.05º | 0.99% | 0.7% | - |
| XYZ | 16.95 | 7.83 | 42.74 | - |
| YUV | 59.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 178 | 0.28 | 0.99 | 0 | 0.30 | 283.05 | 0.99 | 0.35 |
| Hex | 80 | 1 | B2 | 1C | 63 | 0 | 1E | 11B | 63 | 23 |
| Octal | 200 | 1 | 262 | 34 | 143 | 0 | 36 | 433 | 143 | 43 |
| Binary | 10000000 | 1 | 10110010 | 11100 | 1100011 | 0 | 11110 | 100011011 | 1100011 | 100011 |
Color Harmonies of #8001B2
Complementary color
Monochromatic Colors of #8001B2
Black with #8001B2
Text Example
Text Example
White with #8001B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8001B2; }
p { color: rgb(128,1,178); }
H1.HeaderClassName
{
color: #8001B2;
}
.AnyTagClassName
{
color: #8001B2;
}
</style>
background-color css
<style>
a { background-color: #8001B2; }
a { background-color: rgb(128,1,178); }
div.DivClassName
{
background-color: #8001B2;
}
.BgClassName
{
background-color: #8001B2;
}
</style>
border-color css
<style>
span { border-color: #8001B2; }
span { border-color: rgb(128,1,178); }
td.TdClassName
{
border-color: #8001B2;
}
.TagClassName
{
border-color: #8001B2;
}
</style>