Shades of Dark Violet #9207FA
Tints of Dark Violet #9207FA
RGB
CMYK
RGB Variations
Color information
#9207FA (or 0x9207FA) is known color: Dark Violet. HEX triplet: 92, 07 and FA. RGB value is (146,7,250). Sum of RGB (Red+Green+Blue) = 146+7+250=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #9207FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9207FA is #6DF805. Grayscale: #4B4B4B. Windows color (decimal): -7206918 or 16385938. OLE color: 16385938.
HSL color Cylindrical-coordinate representation of color #9207FA: hue angle of 274.32º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9207FA is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 7 | 250 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.02 |
| HSL | 274.32º | 0.96% | 0.5% | - |
| HSV(B) | 274.32º | 0.97% | 0.98% | - |
| XYZ | 29.19 | 13.17 | 91.45 | - |
| YUV | 76.26 | 226.05 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 250 | 0.42 | 0.97 | 0 | 0.02 | 274.32 | 0.96 | 0.5 |
| Hex | 92 | 7 | FA | 2A | 61 | 0 | 2 | 112 | 60 | 32 |
| Octal | 222 | 7 | 372 | 52 | 141 | 0 | 2 | 422 | 140 | 62 |
| Binary | 10010010 | 111 | 11111010 | 101010 | 1100001 | 0 | 10 | 100010010 | 1100000 | 110010 |
Color Harmonies of #9207FA
Complementary color
Monochromatic Colors of #9207FA
Black with #9207FA
Text Example
Text Example
White with #9207FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9207FA; }
p { color: rgb(146,7,250); }
H1.HeaderClassName
{
color: #9207FA;
}
.AnyTagClassName
{
color: #9207FA;
}
</style>
background-color css
<style>
a { background-color: #9207FA; }
a { background-color: rgb(146,7,250); }
div.DivClassName
{
background-color: #9207FA;
}
.BgClassName
{
background-color: #9207FA;
}
</style>
border-color css
<style>
span { border-color: #9207FA; }
span { border-color: rgb(146,7,250); }
td.TdClassName
{
border-color: #9207FA;
}
.TagClassName
{
border-color: #9207FA;
}
</style>