Shades of Dark Violet #9108DF
Tints of Dark Violet #9108DF
RGB
CMYK
RGB Variations
Color information
#9108DF (or 0x9108DF) is known color: Dark Violet. HEX triplet: 91, 08 and DF. RGB value is (145,8,223). Sum of RGB (Red+Green+Blue) = 145+8+223=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #9108DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9108DF is #6EF720. Grayscale: #484848. Windows color (decimal): -7272225 or 14616721. OLE color: 14616721.
HSL color Cylindrical-coordinate representation of color #9108DF: hue angle of 278.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9108DF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 8 | 223 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.13 |
| HSL | 278.23º | 0.93% | 0.45% | - |
| HSV(B) | 278.23º | 0.96% | 0.87% | - |
| XYZ | 25.08 | 11.52 | 70.71 | - |
| YUV | 73.47 | 212.39 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 223 | 0.35 | 0.96 | 0 | 0.13 | 278.23 | 0.93 | 0.45 |
| Hex | 91 | 8 | DF | 23 | 60 | 0 | D | 116 | 5D | 2D |
| Octal | 221 | 10 | 337 | 43 | 140 | 0 | 15 | 426 | 135 | 55 |
| Binary | 10010001 | 1000 | 11011111 | 100011 | 1100000 | 0 | 1101 | 100010110 | 1011101 | 101101 |
Color Harmonies of #9108DF
Complementary color
Monochromatic Colors of #9108DF
Black with #9108DF
Text Example
Text Example
White with #9108DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9108DF; }
p { color: rgb(145,8,223); }
H1.HeaderClassName
{
color: #9108DF;
}
.AnyTagClassName
{
color: #9108DF;
}
</style>
background-color css
<style>
a { background-color: #9108DF; }
a { background-color: rgb(145,8,223); }
div.DivClassName
{
background-color: #9108DF;
}
.BgClassName
{
background-color: #9108DF;
}
</style>
border-color css
<style>
span { border-color: #9108DF; }
span { border-color: rgb(145,8,223); }
td.TdClassName
{
border-color: #9108DF;
}
.TagClassName
{
border-color: #9108DF;
}
</style>