Shades of Dark Violet #9D07EA
Tints of Dark Violet #9D07EA
RGB
CMYK
RGB Variations
Color information
#9D07EA (or 0x9D07EA) is known color: Dark Violet. HEX triplet: 9D, 07 and EA. RGB value is (157,7,234). Sum of RGB (Red+Green+Blue) = 157+7+234=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D07EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D07EA is #62F815. Grayscale: #4C4C4C. Windows color (decimal): -6486038 or 15337373. OLE color: 15337373.
HSL color Cylindrical-coordinate representation of color #9D07EA: hue angle of 279.65º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D07EA is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 7 | 234 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.08 |
| HSL | 279.65º | 0.94% | 0.47% | - |
| HSV(B) | 279.65º | 0.97% | 0.92% | - |
| XYZ | 28.83 | 13.26 | 78.88 | - |
| YUV | 77.73 | 216.2 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 234 | 0.33 | 0.97 | 0 | 0.08 | 279.65 | 0.94 | 0.47 |
| Hex | 9D | 7 | EA | 21 | 61 | 0 | 8 | 118 | 5E | 2F |
| Octal | 235 | 7 | 352 | 41 | 141 | 0 | 10 | 430 | 136 | 57 |
| Binary | 10011101 | 111 | 11101010 | 100001 | 1100001 | 0 | 1000 | 100011000 | 1011110 | 101111 |
Color Harmonies of #9D07EA
Complementary color
Monochromatic Colors of #9D07EA
Black with #9D07EA
Text Example
Text Example
White with #9D07EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D07EA; }
p { color: rgb(157,7,234); }
H1.HeaderClassName
{
color: #9D07EA;
}
.AnyTagClassName
{
color: #9D07EA;
}
</style>
background-color css
<style>
a { background-color: #9D07EA; }
a { background-color: rgb(157,7,234); }
div.DivClassName
{
background-color: #9D07EA;
}
.BgClassName
{
background-color: #9D07EA;
}
</style>
border-color css
<style>
span { border-color: #9D07EA; }
span { border-color: rgb(157,7,234); }
td.TdClassName
{
border-color: #9D07EA;
}
.TagClassName
{
border-color: #9D07EA;
}
</style>