Shades of Dark Violet #9206FE
Tints of Dark Violet #9206FE
RGB
CMYK
RGB Variations
Color information
#9206FE (or 0x9206FE) is known color: Dark Violet. HEX triplet: 92, 06 and FE. RGB value is (146,6,254). Sum of RGB (Red+Green+Blue) = 146+6+254=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #9206FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9206FE is #6DF901. Grayscale: #4B4B4B. Windows color (decimal): -7207170 or 16647826. OLE color: 16647826.
HSL color Cylindrical-coordinate representation of color #9206FE: hue angle of 273.87º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9206FE is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 6 | 254 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.00 |
| HSL | 273.87º | 0.99% | 0.51% | - |
| HSV(B) | 273.87º | 0.98% | 1% | - |
| XYZ | 29.81 | 13.4 | 94.78 | - |
| YUV | 76.13 | 228.38 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 254 | 0.43 | 0.98 | 0 | 0.00 | 273.87 | 0.99 | 0.51 |
| Hex | 92 | 6 | FE | 2B | 62 | 0 | 0 | 112 | 63 | 33 |
| Octal | 222 | 6 | 376 | 53 | 142 | 0 | 0 | 422 | 143 | 63 |
| Binary | 10010010 | 110 | 11111110 | 101011 | 1100010 | 0 | 0 | 100010010 | 1100011 | 110011 |
Color Harmonies of #9206FE
Complementary color
Monochromatic Colors of #9206FE
Black with #9206FE
Text Example
Text Example
White with #9206FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9206FE; }
p { color: rgb(146,6,254); }
H1.HeaderClassName
{
color: #9206FE;
}
.AnyTagClassName
{
color: #9206FE;
}
</style>
background-color css
<style>
a { background-color: #9206FE; }
a { background-color: rgb(146,6,254); }
div.DivClassName
{
background-color: #9206FE;
}
.BgClassName
{
background-color: #9206FE;
}
</style>
border-color css
<style>
span { border-color: #9206FE; }
span { border-color: rgb(146,6,254); }
td.TdClassName
{
border-color: #9206FE;
}
.TagClassName
{
border-color: #9206FE;
}
</style>