Shades of Dark Violet #9202FA
Tints of Dark Violet #9202FA
RGB
CMYK
RGB Variations
Color information
#9202FA (or 0x9202FA) is known color: Dark Violet. HEX triplet: 92, 02 and FA. RGB value is (146,2,250). Sum of RGB (Red+Green+Blue) = 146+2+250=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #9202FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9202FA is #6DFD05. Grayscale: #484848. Windows color (decimal): -7208198 or 16384658. OLE color: 16384658.
HSL color Cylindrical-coordinate representation of color #9202FA: hue angle of 274.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202FA is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 2 | 250 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.02 |
| HSL | 274.84º | 0.98% | 0.49% | - |
| HSV(B) | 274.84º | 0.99% | 0.98% | - |
| XYZ | 29.13 | 13.06 | 91.43 | - |
| YUV | 73.33 | 227.71 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 250 | 0.42 | 0.99 | 0 | 0.02 | 274.84 | 0.98 | 0.49 |
| Hex | 92 | 2 | FA | 2A | 63 | 0 | 2 | 113 | 62 | 31 |
| Octal | 222 | 2 | 372 | 52 | 143 | 0 | 2 | 423 | 142 | 61 |
| Binary | 10010010 | 10 | 11111010 | 101010 | 1100011 | 0 | 10 | 100010011 | 1100010 | 110001 |
Color Harmonies of #9202FA
Complementary color
Monochromatic Colors of #9202FA
Black with #9202FA
Text Example
Text Example
White with #9202FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202FA; }
p { color: rgb(146,2,250); }
H1.HeaderClassName
{
color: #9202FA;
}
.AnyTagClassName
{
color: #9202FA;
}
</style>
background-color css
<style>
a { background-color: #9202FA; }
a { background-color: rgb(146,2,250); }
div.DivClassName
{
background-color: #9202FA;
}
.BgClassName
{
background-color: #9202FA;
}
</style>
border-color css
<style>
span { border-color: #9202FA; }
span { border-color: rgb(146,2,250); }
td.TdClassName
{
border-color: #9202FA;
}
.TagClassName
{
border-color: #9202FA;
}
</style>