Shades of Dark Violet #9105F9
Tints of Dark Violet #9105F9
RGB
CMYK
RGB Variations
Color information
#9105F9 (or 0x9105F9) is known color: Dark Violet. HEX triplet: 91, 05 and F9. RGB value is (145,5,249). Sum of RGB (Red+Green+Blue) = 145+5+249=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 249 (97.66% from 255 or 62.41% from 399); Max value from RGB is 249 - color contains mainly: blue. Hex color #9105F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9105F9 is #6EFA06. Grayscale: #494949. Windows color (decimal): -7272967 or 16319889. OLE color: 16319889.
HSL color Cylindrical-coordinate representation of color #9105F9: hue angle of 274.43º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9105F9 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 5 | 249 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.02 |
| HSL | 274.43º | 0.96% | 0.5% | - |
| HSV(B) | 274.43º | 0.98% | 0.98% | - |
| XYZ | 28.83 | 12.97 | 90.61 | - |
| YUV | 74.68 | 226.38 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 249 | 0.42 | 0.98 | 0 | 0.02 | 274.43 | 0.96 | 0.5 |
| Hex | 91 | 5 | F9 | 2A | 62 | 0 | 2 | 112 | 60 | 32 |
| Octal | 221 | 5 | 371 | 52 | 142 | 0 | 2 | 422 | 140 | 62 |
| Binary | 10010001 | 101 | 11111001 | 101010 | 1100010 | 0 | 10 | 100010010 | 1100000 | 110010 |
Color Harmonies of #9105F9
Complementary color
Monochromatic Colors of #9105F9
Black with #9105F9
Text Example
Text Example
White with #9105F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9105F9; }
p { color: rgb(145,5,249); }
H1.HeaderClassName
{
color: #9105F9;
}
.AnyTagClassName
{
color: #9105F9;
}
</style>
background-color css
<style>
a { background-color: #9105F9; }
a { background-color: rgb(145,5,249); }
div.DivClassName
{
background-color: #9105F9;
}
.BgClassName
{
background-color: #9105F9;
}
</style>
border-color css
<style>
span { border-color: #9105F9; }
span { border-color: rgb(145,5,249); }
td.TdClassName
{
border-color: #9105F9;
}
.TagClassName
{
border-color: #9105F9;
}
</style>