Shades of Dark Violet #9100F2
Tints of Dark Violet #9100F2
RGB
CMYK
RGB Variations
Color information
#9100F2 (or 0x9100F2) is known color: Dark Violet. HEX triplet: 91, 00 and F2. RGB value is (145,0,242). Sum of RGB (Red+Green+Blue) = 145+0+242=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #9100F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9100F2 is #6EFF0D. Grayscale: #464646. Windows color (decimal): -7274254 or 15859857. OLE color: 15859857.
HSL color Cylindrical-coordinate representation of color #9100F2: hue angle of 275.95º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100F2 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 0 | 242 | - |
| CMYK | 0.40 | 1 | 0 | 0.05 |
| HSL | 275.95º | 1% | 0.47% | - |
| HSV(B) | 275.95º | 1% | 0.95% | - |
| XYZ | 27.7 | 12.43 | 84.94 | - |
| YUV | 70.94 | 224.54 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 242 | 0.40 | 1 | 0 | 0.05 | 275.95 | 1 | 0.47 |
| Hex | 91 | 0 | F2 | 28 | 64 | 0 | 5 | 114 | 64 | 2F |
| Octal | 221 | 0 | 362 | 50 | 144 | 0 | 5 | 424 | 144 | 57 |
| Binary | 10010001 | 0 | 11110010 | 101000 | 1100100 | 0 | 101 | 100010100 | 1100100 | 101111 |
Color Harmonies of #9100F2
Complementary color
Monochromatic Colors of #9100F2
Black with #9100F2
Text Example
Text Example
White with #9100F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100F2; }
p { color: rgb(145,0,242); }
H1.HeaderClassName
{
color: #9100F2;
}
.AnyTagClassName
{
color: #9100F2;
}
</style>
background-color css
<style>
a { background-color: #9100F2; }
a { background-color: rgb(145,0,242); }
div.DivClassName
{
background-color: #9100F2;
}
.BgClassName
{
background-color: #9100F2;
}
</style>
border-color css
<style>
span { border-color: #9100F2; }
span { border-color: rgb(145,0,242); }
td.TdClassName
{
border-color: #9100F2;
}
.TagClassName
{
border-color: #9100F2;
}
</style>