Shades of Dark Violet #8C08C9
Tints of Dark Violet #8C08C9
RGB
CMYK
RGB Variations
Color information
#8C08C9 (or 0x8C08C9) is known color: Dark Violet. HEX triplet: 8C, 08 and C9. RGB value is (140,8,201). Sum of RGB (Red+Green+Blue) = 140+8+201=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C08C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C08C9 is #73F736. Grayscale: #444444. Windows color (decimal): -7599927 or 13174924. OLE color: 13174924.
HSL color Cylindrical-coordinate representation of color #8C08C9: hue angle of 281.04º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C08C9 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 8 | 201 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.21 |
| HSL | 281.04º | 0.92% | 0.41% | - |
| HSV(B) | 281.04º | 0.96% | 0.79% | - |
| XYZ | 21.44 | 9.97 | 56.05 | - |
| YUV | 69.47 | 202.23 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 201 | 0.30 | 0.96 | 0 | 0.21 | 281.04 | 0.92 | 0.41 |
| Hex | 8C | 8 | C9 | 1E | 60 | 0 | 15 | 119 | 5C | 29 |
| Octal | 214 | 10 | 311 | 36 | 140 | 0 | 25 | 431 | 134 | 51 |
| Binary | 10001100 | 1000 | 11001001 | 11110 | 1100000 | 0 | 10101 | 100011001 | 1011100 | 101001 |
Color Harmonies of #8C08C9
Complementary color
Monochromatic Colors of #8C08C9
Black with #8C08C9
Text Example
Text Example
White with #8C08C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C08C9; }
p { color: rgb(140,8,201); }
H1.HeaderClassName
{
color: #8C08C9;
}
.AnyTagClassName
{
color: #8C08C9;
}
</style>
background-color css
<style>
a { background-color: #8C08C9; }
a { background-color: rgb(140,8,201); }
div.DivClassName
{
background-color: #8C08C9;
}
.BgClassName
{
background-color: #8C08C9;
}
</style>
border-color css
<style>
span { border-color: #8C08C9; }
span { border-color: rgb(140,8,201); }
td.TdClassName
{
border-color: #8C08C9;
}
.TagClassName
{
border-color: #8C08C9;
}
</style>