Shades of Dark Violet #9104FB
Tints of Dark Violet #9104FB
RGB
CMYK
RGB Variations
Color information
#9104FB (or 0x9104FB) is known color: Dark Violet. HEX triplet: 91, 04 and FB. RGB value is (145,4,251). Sum of RGB (Red+Green+Blue) = 145+4+251=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #9104FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9104FB is #6EFB04. Grayscale: #494949. Windows color (decimal): -7273221 or 16450705. OLE color: 16450705.
HSL color Cylindrical-coordinate representation of color #9104FB: hue angle of 274.25º degrees, saturation: 0.97, 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 #9104FB is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 4 | 251 | - |
| CMYK | 0.42 | 0.98 | 0 | 0.02 |
| HSL | 274.25º | 0.97% | 0.5% | - |
| HSV(B) | 274.25º | 0.98% | 0.98% | - |
| XYZ | 29.13 | 13.07 | 92.25 | - |
| YUV | 74.32 | 227.71 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 251 | 0.42 | 0.98 | 0 | 0.02 | 274.25 | 0.97 | 0.5 |
| Hex | 91 | 4 | FB | 2A | 62 | 0 | 2 | 112 | 61 | 32 |
| Octal | 221 | 4 | 373 | 52 | 142 | 0 | 2 | 422 | 141 | 62 |
| Binary | 10010001 | 100 | 11111011 | 101010 | 1100010 | 0 | 10 | 100010010 | 1100001 | 110010 |
Color Harmonies of #9104FB
Complementary color
Monochromatic Colors of #9104FB
Black with #9104FB
Text Example
Text Example
White with #9104FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9104FB; }
p { color: rgb(145,4,251); }
H1.HeaderClassName
{
color: #9104FB;
}
.AnyTagClassName
{
color: #9104FB;
}
</style>
background-color css
<style>
a { background-color: #9104FB; }
a { background-color: rgb(145,4,251); }
div.DivClassName
{
background-color: #9104FB;
}
.BgClassName
{
background-color: #9104FB;
}
</style>
border-color css
<style>
span { border-color: #9104FB; }
span { border-color: rgb(145,4,251); }
td.TdClassName
{
border-color: #9104FB;
}
.TagClassName
{
border-color: #9104FB;
}
</style>