Shades of Dark Violet #9907E8
Tints of Dark Violet #9907E8
RGB
CMYK
RGB Variations
Color information
#9907E8 (or 0x9907E8) is known color: Dark Violet. HEX triplet: 99, 07 and E8. RGB value is (153,7,232). Sum of RGB (Red+Green+Blue) = 153+7+232=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 232 (91.02% from 255 or 59.18% from 392); Max value from RGB is 232 - color contains mainly: blue. Hex color #9907E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9907E8 is #66F817. Grayscale: #4B4B4B. Windows color (decimal): -6748184 or 15206297. OLE color: 15206297.
HSL color Cylindrical-coordinate representation of color #9907E8: hue angle of 278.93º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9907E8 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 7 | 232 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.09 |
| HSL | 278.93º | 0.94% | 0.47% | - |
| HSV(B) | 278.93º | 0.97% | 0.91% | - |
| XYZ | 27.78 | 12.75 | 77.34 | - |
| YUV | 76.3 | 215.87 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 232 | 0.34 | 0.97 | 0 | 0.09 | 278.93 | 0.94 | 0.47 |
| Hex | 99 | 7 | E8 | 22 | 61 | 0 | 9 | 117 | 5E | 2F |
| Octal | 231 | 7 | 350 | 42 | 141 | 0 | 11 | 427 | 136 | 57 |
| Binary | 10011001 | 111 | 11101000 | 100010 | 1100001 | 0 | 1001 | 100010111 | 1011110 | 101111 |
Color Harmonies of #9907E8
Complementary color
Monochromatic Colors of #9907E8
Black with #9907E8
Text Example
Text Example
White with #9907E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9907E8; }
p { color: rgb(153,7,232); }
H1.HeaderClassName
{
color: #9907E8;
}
.AnyTagClassName
{
color: #9907E8;
}
</style>
background-color css
<style>
a { background-color: #9907E8; }
a { background-color: rgb(153,7,232); }
div.DivClassName
{
background-color: #9907E8;
}
.BgClassName
{
background-color: #9907E8;
}
</style>
border-color css
<style>
span { border-color: #9907E8; }
span { border-color: rgb(153,7,232); }
td.TdClassName
{
border-color: #9907E8;
}
.TagClassName
{
border-color: #9907E8;
}
</style>