Shades of Dark Violet #9206CF
Tints of Dark Violet #9206CF
RGB
CMYK
RGB Variations
Color information
#9206CF (or 0x9206CF) is known color: Dark Violet. HEX triplet: 92, 06 and CF. RGB value is (146,6,207). Sum of RGB (Red+Green+Blue) = 146+6+207=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #9206CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9206CF is #6DF930. Grayscale: #464646. Windows color (decimal): -7207217 or 13567634. OLE color: 13567634.
HSL color Cylindrical-coordinate representation of color #9206CF: hue angle of 281.79º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9206CF is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 6 | 207 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.19 |
| HSL | 281.79º | 0.94% | 0.42% | - |
| HSV(B) | 281.79º | 0.97% | 0.81% | - |
| XYZ | 23.18 | 10.75 | 59.88 | - |
| YUV | 70.77 | 204.88 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 6 | 207 | 0.29 | 0.97 | 0 | 0.19 | 281.79 | 0.94 | 0.42 |
| Hex | 92 | 6 | CF | 1D | 61 | 0 | 13 | 11A | 5E | 2A |
| Octal | 222 | 6 | 317 | 35 | 141 | 0 | 23 | 432 | 136 | 52 |
| Binary | 10010010 | 110 | 11001111 | 11101 | 1100001 | 0 | 10011 | 100011010 | 1011110 | 101010 |
Color Harmonies of #9206CF
Complementary color
Monochromatic Colors of #9206CF
Black with #9206CF
Text Example
Text Example
White with #9206CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9206CF; }
p { color: rgb(146,6,207); }
H1.HeaderClassName
{
color: #9206CF;
}
.AnyTagClassName
{
color: #9206CF;
}
</style>
background-color css
<style>
a { background-color: #9206CF; }
a { background-color: rgb(146,6,207); }
div.DivClassName
{
background-color: #9206CF;
}
.BgClassName
{
background-color: #9206CF;
}
</style>
border-color css
<style>
span { border-color: #9206CF; }
span { border-color: rgb(146,6,207); }
td.TdClassName
{
border-color: #9206CF;
}
.TagClassName
{
border-color: #9206CF;
}
</style>