Shades of Dark Violet #9208DF
Tints of Dark Violet #9208DF
RGB
CMYK
RGB Variations
Color information
#9208DF (or 0x9208DF) is known color: Dark Violet. HEX triplet: 92, 08 and DF. RGB value is (146,8,223). Sum of RGB (Red+Green+Blue) = 146+8+223=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #9208DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9208DF is #6DF720. Grayscale: #494949. Windows color (decimal): -7206689 or 14616722. OLE color: 14616722.
HSL color Cylindrical-coordinate representation of color #9208DF: hue angle of 278.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9208DF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 8 | 223 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.13 |
| HSL | 278.51º | 0.93% | 0.45% | - |
| HSV(B) | 278.51º | 0.96% | 0.87% | - |
| XYZ | 25.26 | 11.61 | 70.72 | - |
| YUV | 73.77 | 212.22 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 223 | 0.35 | 0.96 | 0 | 0.13 | 278.51 | 0.93 | 0.45 |
| Hex | 92 | 8 | DF | 23 | 60 | 0 | D | 117 | 5D | 2D |
| Octal | 222 | 10 | 337 | 43 | 140 | 0 | 15 | 427 | 135 | 55 |
| Binary | 10010010 | 1000 | 11011111 | 100011 | 1100000 | 0 | 1101 | 100010111 | 1011101 | 101101 |
Color Harmonies of #9208DF
Complementary color
Monochromatic Colors of #9208DF
Black with #9208DF
Text Example
Text Example
White with #9208DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9208DF; }
p { color: rgb(146,8,223); }
H1.HeaderClassName
{
color: #9208DF;
}
.AnyTagClassName
{
color: #9208DF;
}
</style>
background-color css
<style>
a { background-color: #9208DF; }
a { background-color: rgb(146,8,223); }
div.DivClassName
{
background-color: #9208DF;
}
.BgClassName
{
background-color: #9208DF;
}
</style>
border-color css
<style>
span { border-color: #9208DF; }
span { border-color: rgb(146,8,223); }
td.TdClassName
{
border-color: #9208DF;
}
.TagClassName
{
border-color: #9208DF;
}
</style>