Shades of Dark Violet #9109CF
Tints of Dark Violet #9109CF
RGB
CMYK
RGB Variations
Color information
#9109CF (or 0x9109CF) is known color: Dark Violet. HEX triplet: 91, 09 and CF. RGB value is (145,9,207). Sum of RGB (Red+Green+Blue) = 145+9+207=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #9109CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9109CF is #6EF630. Grayscale: #474747. Windows color (decimal): -7271985 or 13568401. OLE color: 13568401.
HSL color Cylindrical-coordinate representation of color #9109CF: hue angle of 281.21º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9109CF is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 9 | 207 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.19 |
| HSL | 281.21º | 0.92% | 0.42% | - |
| HSV(B) | 281.21º | 0.96% | 0.81% | - |
| XYZ | 23.04 | 10.72 | 59.89 | - |
| YUV | 72.24 | 204.06 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 207 | 0.30 | 0.96 | 0 | 0.19 | 281.21 | 0.92 | 0.42 |
| Hex | 91 | 9 | CF | 1E | 60 | 0 | 13 | 119 | 5C | 2A |
| Octal | 221 | 11 | 317 | 36 | 140 | 0 | 23 | 431 | 134 | 52 |
| Binary | 10010001 | 1001 | 11001111 | 11110 | 1100000 | 0 | 10011 | 100011001 | 1011100 | 101010 |
Color Harmonies of #9109CF
Complementary color
Monochromatic Colors of #9109CF
Black with #9109CF
Text Example
Text Example
White with #9109CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9109CF; }
p { color: rgb(145,9,207); }
H1.HeaderClassName
{
color: #9109CF;
}
.AnyTagClassName
{
color: #9109CF;
}
</style>
background-color css
<style>
a { background-color: #9109CF; }
a { background-color: rgb(145,9,207); }
div.DivClassName
{
background-color: #9109CF;
}
.BgClassName
{
background-color: #9109CF;
}
</style>
border-color css
<style>
span { border-color: #9109CF; }
span { border-color: rgb(145,9,207); }
td.TdClassName
{
border-color: #9109CF;
}
.TagClassName
{
border-color: #9109CF;
}
</style>