Shades of Dark Violet #9206FF
Tints of Dark Violet #9206FF
RGB
CMYK
RGB Variations
Color information
#9206FF (or 0x9206FF) is known color: Dark Violet. HEX triplet: 92, 06 and FF. RGB value is (146,6,255). Sum of RGB (Red+Green+Blue) = 146+6+255=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #9206FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9206FF is #6DF900. Grayscale: #4B4B4B. Windows color (decimal): -7207169 or 16713362. OLE color: 16713362.
HSL color Cylindrical-coordinate representation of color #9206FF: hue angle of 273.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9206FF is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 6 | 255 | - |
| CMYK | 0.43 | 0.98 | 0 | 0 |
| HSL | 273.74º | 1% | 0.51% | - |
| HSV(B) | 273.74º | 0.98% | 1% | - |
| XYZ | 29.97 | 13.46 | 95.63 | - |
| YUV | 76.25 | 228.88 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 255 | 0.43 | 0.98 | 0 | 0 | 273.74 | 1 | 0.51 |
| Hex | 92 | 6 | FF | 2B | 62 | 0 | 0 | 112 | 64 | 33 |
| Octal | 222 | 6 | 377 | 53 | 142 | 0 | 0 | 422 | 144 | 63 |
| Binary | 10010010 | 110 | 11111111 | 101011 | 1100010 | 0 | 0 | 100010010 | 1100100 | 110011 |
Color Harmonies of #9206FF
Complementary color
Monochromatic Colors of #9206FF
Black with #9206FF
Text Example
Text Example
White with #9206FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9206FF; }
p { color: rgb(146,6,255); }
H1.HeaderClassName
{
color: #9206FF;
}
.AnyTagClassName
{
color: #9206FF;
}
</style>
background-color css
<style>
a { background-color: #9206FF; }
a { background-color: rgb(146,6,255); }
div.DivClassName
{
background-color: #9206FF;
}
.BgClassName
{
background-color: #9206FF;
}
</style>
border-color css
<style>
span { border-color: #9206FF; }
span { border-color: rgb(146,6,255); }
td.TdClassName
{
border-color: #9206FF;
}
.TagClassName
{
border-color: #9206FF;
}
</style>