Shades of Dark Violet #8000B4
Tints of Dark Violet #8000B4
RGB
CMYK
RGB Variations
Color information
#8000B4 (or 0x8000B4) is known color: Dark Violet. HEX triplet: 80, 00 and B4. RGB value is (128,0,180). Sum of RGB (Red+Green+Blue) = 128+0+180=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #8000B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000B4 is #7FFF4B. Grayscale: #3A3A3A. Windows color (decimal): -8388428 or 11796608. OLE color: 11796608.
HSL color Cylindrical-coordinate representation of color #8000B4: hue angle of 282.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000B4 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 0 | 180 | - |
| CMYK | 0.29 | 1 | 0 | 0.29 |
| HSL | 282.67º | 1% | 0.35% | - |
| HSV(B) | 282.67º | 1% | 0.71% | - |
| XYZ | 17.14 | 7.88 | 43.8 | - |
| YUV | 58.79 | 196.41 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 180 | 0.29 | 1 | 0 | 0.29 | 282.67 | 1 | 0.35 |
| Hex | 80 | 0 | B4 | 1D | 64 | 0 | 1D | 11B | 64 | 23 |
| Octal | 200 | 0 | 264 | 35 | 144 | 0 | 35 | 433 | 144 | 43 |
| Binary | 10000000 | 0 | 10110100 | 11101 | 1100100 | 0 | 11101 | 100011011 | 1100100 | 100011 |
Color Harmonies of #8000B4
Complementary color
Monochromatic Colors of #8000B4
Black with #8000B4
Text Example
Text Example
White with #8000B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000B4; }
p { color: rgb(128,0,180); }
H1.HeaderClassName
{
color: #8000B4;
}
.AnyTagClassName
{
color: #8000B4;
}
</style>
background-color css
<style>
a { background-color: #8000B4; }
a { background-color: rgb(128,0,180); }
div.DivClassName
{
background-color: #8000B4;
}
.BgClassName
{
background-color: #8000B4;
}
</style>
border-color css
<style>
span { border-color: #8000B4; }
span { border-color: rgb(128,0,180); }
td.TdClassName
{
border-color: #8000B4;
}
.TagClassName
{
border-color: #8000B4;
}
</style>