Shades of Dark Violet #9E07B0
Tints of Dark Violet #9E07B0
RGB
CMYK
RGB Variations
Color information
#9E07B0 (or 0x9E07B0) is known color: Dark Violet. HEX triplet: 9E, 07 and B0. RGB value is (158,7,176). Sum of RGB (Red+Green+Blue) = 158+7+176=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #9E07B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E07B0 is #61F84F. Grayscale: #464646. Windows color (decimal): -6420560 or 11536286. OLE color: 11536286.
HSL color Cylindrical-coordinate representation of color #9E07B0: hue angle of 293.61º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E07B0 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 7 | 176 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.31 |
| HSL | 293.61º | 0.92% | 0.36% | - |
| HSV(B) | 293.61º | 0.96% | 0.69% | - |
| XYZ | 22.01 | 10.56 | 41.95 | - |
| YUV | 71.42 | 187.03 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 176 | 0.10 | 0.96 | 0 | 0.31 | 293.61 | 0.92 | 0.36 |
| Hex | 9E | 7 | B0 | A | 60 | 0 | 1F | 126 | 5C | 24 |
| Octal | 236 | 7 | 260 | 12 | 140 | 0 | 37 | 446 | 134 | 44 |
| Binary | 10011110 | 111 | 10110000 | 1010 | 1100000 | 0 | 11111 | 100100110 | 1011100 | 100100 |
Color Harmonies of #9E07B0
Complementary color
Monochromatic Colors of #9E07B0
Black with #9E07B0
Text Example
Text Example
White with #9E07B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E07B0; }
p { color: rgb(158,7,176); }
H1.HeaderClassName
{
color: #9E07B0;
}
.AnyTagClassName
{
color: #9E07B0;
}
</style>
background-color css
<style>
a { background-color: #9E07B0; }
a { background-color: rgb(158,7,176); }
div.DivClassName
{
background-color: #9E07B0;
}
.BgClassName
{
background-color: #9E07B0;
}
</style>
border-color css
<style>
span { border-color: #9E07B0; }
span { border-color: rgb(158,7,176); }
td.TdClassName
{
border-color: #9E07B0;
}
.TagClassName
{
border-color: #9E07B0;
}
</style>