Shades of Dark Violet #9E08C7
Tints of Dark Violet #9E08C7
RGB
CMYK
RGB Variations
Color information
#9E08C7 (or 0x9E08C7) is known color: Dark Violet. HEX triplet: 9E, 08 and C7. RGB value is (158,8,199). Sum of RGB (Red+Green+Blue) = 158+8+199=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #9E08C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E08C7 is #61F738. Grayscale: #4A4A4A. Windows color (decimal): -6420281 or 13043870. OLE color: 13043870.
HSL color Cylindrical-coordinate representation of color #9E08C7: hue angle of 287.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E08C7 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 8 | 199 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.22 |
| HSL | 287.12º | 0.92% | 0.41% | - |
| HSV(B) | 287.12º | 0.96% | 0.78% | - |
| XYZ | 24.5 | 11.57 | 54.97 | - |
| YUV | 74.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 199 | 0.21 | 0.96 | 0 | 0.22 | 287.12 | 0.92 | 0.41 |
| Hex | 9E | 8 | C7 | 15 | 60 | 0 | 16 | 11F | 5C | 29 |
| Octal | 236 | 10 | 307 | 25 | 140 | 0 | 26 | 437 | 134 | 51 |
| Binary | 10011110 | 1000 | 11000111 | 10101 | 1100000 | 0 | 10110 | 100011111 | 1011100 | 101001 |
Color Harmonies of #9E08C7
Complementary color
Monochromatic Colors of #9E08C7
Black with #9E08C7
Text Example
Text Example
White with #9E08C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E08C7; }
p { color: rgb(158,8,199); }
H1.HeaderClassName
{
color: #9E08C7;
}
.AnyTagClassName
{
color: #9E08C7;
}
</style>
background-color css
<style>
a { background-color: #9E08C7; }
a { background-color: rgb(158,8,199); }
div.DivClassName
{
background-color: #9E08C7;
}
.BgClassName
{
background-color: #9E08C7;
}
</style>
border-color css
<style>
span { border-color: #9E08C7; }
span { border-color: rgb(158,8,199); }
td.TdClassName
{
border-color: #9E08C7;
}
.TagClassName
{
border-color: #9E08C7;
}
</style>