Shades of Dark Violet #8009C7
Tints of Dark Violet #8009C7
RGB
CMYK
RGB Variations
Color information
#8009C7 (or 0x8009C7) is known color: Dark Violet. HEX triplet: 80, 09 and C7. RGB value is (128,9,199). Sum of RGB (Red+Green+Blue) = 128+9+199=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 199 (78.12% from 255 or 59.23% from 336); Max value from RGB is 199 - color contains mainly: blue. Hex color #8009C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8009C7 is #7FF638. Grayscale: #414141. Windows color (decimal): -8386105 or 13044096. OLE color: 13044096.
HSL color Cylindrical-coordinate representation of color #8009C7: hue angle of 277.58º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8009C7 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 9 | 199 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.22 |
| HSL | 277.58º | 0.91% | 0.41% | - |
| HSV(B) | 277.58º | 0.95% | 0.78% | - |
| XYZ | 19.31 | 8.91 | 54.73 | - |
| YUV | 66.24 | 202.92 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 199 | 0.36 | 0.95 | 0 | 0.22 | 277.58 | 0.91 | 0.41 |
| Hex | 80 | 9 | C7 | 24 | 5F | 0 | 16 | 116 | 5B | 29 |
| Octal | 200 | 11 | 307 | 44 | 137 | 0 | 26 | 426 | 133 | 51 |
| Binary | 10000000 | 1001 | 11000111 | 100100 | 1011111 | 0 | 10110 | 100010110 | 1011011 | 101001 |
Color Harmonies of #8009C7
Complementary color
Monochromatic Colors of #8009C7
Black with #8009C7
Text Example
Text Example
White with #8009C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8009C7; }
p { color: rgb(128,9,199); }
H1.HeaderClassName
{
color: #8009C7;
}
.AnyTagClassName
{
color: #8009C7;
}
</style>
background-color css
<style>
a { background-color: #8009C7; }
a { background-color: rgb(128,9,199); }
div.DivClassName
{
background-color: #8009C7;
}
.BgClassName
{
background-color: #8009C7;
}
</style>
border-color css
<style>
span { border-color: #8009C7; }
span { border-color: rgb(128,9,199); }
td.TdClassName
{
border-color: #8009C7;
}
.TagClassName
{
border-color: #8009C7;
}
</style>