Shades of Dark Violet #8002BC
Tints of Dark Violet #8002BC
RGB
CMYK
RGB Variations
Color information
#8002BC (or 0x8002BC) is known color: Dark Violet. HEX triplet: 80, 02 and BC. RGB value is (128,2,188). Sum of RGB (Red+Green+Blue) = 128+2+188=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #8002BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002BC is #7FFD43. Grayscale: #3C3C3C. Windows color (decimal): -8387908 or 12321408. OLE color: 12321408.
HSL color Cylindrical-coordinate representation of color #8002BC: hue angle of 280.65º degrees, saturation: 0.98, 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 #8002BC is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 2 | 188 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.26 |
| HSL | 280.65º | 0.98% | 0.37% | - |
| HSV(B) | 280.65º | 0.99% | 0.74% | - |
| XYZ | 18 | 8.26 | 48.22 | - |
| YUV | 60.88 | 199.74 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 188 | 0.32 | 0.99 | 0 | 0.26 | 280.65 | 0.98 | 0.37 |
| Hex | 80 | 2 | BC | 20 | 63 | 0 | 1A | 119 | 62 | 25 |
| Octal | 200 | 2 | 274 | 40 | 143 | 0 | 32 | 431 | 142 | 45 |
| Binary | 10000000 | 10 | 10111100 | 100000 | 1100011 | 0 | 11010 | 100011001 | 1100010 | 100101 |
Color Harmonies of #8002BC
Complementary color
Monochromatic Colors of #8002BC
Black with #8002BC
Text Example
Text Example
White with #8002BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8002BC; }
p { color: rgb(128,2,188); }
H1.HeaderClassName
{
color: #8002BC;
}
.AnyTagClassName
{
color: #8002BC;
}
</style>
background-color css
<style>
a { background-color: #8002BC; }
a { background-color: rgb(128,2,188); }
div.DivClassName
{
background-color: #8002BC;
}
.BgClassName
{
background-color: #8002BC;
}
</style>
border-color css
<style>
span { border-color: #8002BC; }
span { border-color: rgb(128,2,188); }
td.TdClassName
{
border-color: #8002BC;
}
.TagClassName
{
border-color: #8002BC;
}
</style>