Shades of Dark Violet #9202FD
Tints of Dark Violet #9202FD
RGB
CMYK
RGB Variations
Color information
#9202FD (or 0x9202FD) is known color: Dark Violet. HEX triplet: 92, 02 and FD. RGB value is (146,2,253). Sum of RGB (Red+Green+Blue) = 146+2+253=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #9202FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9202FD is #6DFD02. Grayscale: #484848. Windows color (decimal): -7208195 or 16581266. OLE color: 16581266.
HSL color Cylindrical-coordinate representation of color #9202FD: hue angle of 274.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202FD is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 2 | 253 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.01 |
| HSL | 274.42º | 0.98% | 0.5% | - |
| HSV(B) | 274.42º | 0.99% | 0.99% | - |
| XYZ | 29.61 | 13.25 | 93.92 | - |
| YUV | 73.67 | 229.21 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 253 | 0.42 | 0.99 | 0 | 0.01 | 274.42 | 0.98 | 0.5 |
| Hex | 92 | 2 | FD | 2A | 63 | 0 | 1 | 112 | 62 | 32 |
| Octal | 222 | 2 | 375 | 52 | 143 | 0 | 1 | 422 | 142 | 62 |
| Binary | 10010010 | 10 | 11111101 | 101010 | 1100011 | 0 | 1 | 100010010 | 1100010 | 110010 |
Color Harmonies of #9202FD
Complementary color
Monochromatic Colors of #9202FD
Black with #9202FD
Text Example
Text Example
White with #9202FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202FD; }
p { color: rgb(146,2,253); }
H1.HeaderClassName
{
color: #9202FD;
}
.AnyTagClassName
{
color: #9202FD;
}
</style>
background-color css
<style>
a { background-color: #9202FD; }
a { background-color: rgb(146,2,253); }
div.DivClassName
{
background-color: #9202FD;
}
.BgClassName
{
background-color: #9202FD;
}
</style>
border-color css
<style>
span { border-color: #9202FD; }
span { border-color: rgb(146,2,253); }
td.TdClassName
{
border-color: #9202FD;
}
.TagClassName
{
border-color: #9202FD;
}
</style>