Shades of Dark Violet #9209DF
Tints of Dark Violet #9209DF
RGB
CMYK
RGB Variations
Color information
#9209DF (or 0x9209DF) is known color: Dark Violet. HEX triplet: 92, 09 and DF. RGB value is (146,9,223). Sum of RGB (Red+Green+Blue) = 146+9+223=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #9209DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9209DF is #6DF620. Grayscale: #494949. Windows color (decimal): -7206433 or 14616978. OLE color: 14616978.
HSL color Cylindrical-coordinate representation of color #9209DF: hue angle of 278.41º degrees, saturation: 0.92, 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 #9209DF is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 9 | 223 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.13 |
| HSL | 278.41º | 0.92% | 0.45% | - |
| HSV(B) | 278.41º | 0.96% | 0.87% | - |
| XYZ | 25.27 | 11.63 | 70.73 | - |
| YUV | 74.36 | 211.89 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 223 | 0.35 | 0.96 | 0 | 0.13 | 278.41 | 0.92 | 0.45 |
| Hex | 92 | 9 | DF | 23 | 60 | 0 | D | 116 | 5C | 2D |
| Octal | 222 | 11 | 337 | 43 | 140 | 0 | 15 | 426 | 134 | 55 |
| Binary | 10010010 | 1001 | 11011111 | 100011 | 1100000 | 0 | 1101 | 100010110 | 1011100 | 101101 |
Color Harmonies of #9209DF
Complementary color
Monochromatic Colors of #9209DF
Black with #9209DF
Text Example
Text Example
White with #9209DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9209DF; }
p { color: rgb(146,9,223); }
H1.HeaderClassName
{
color: #9209DF;
}
.AnyTagClassName
{
color: #9209DF;
}
</style>
background-color css
<style>
a { background-color: #9209DF; }
a { background-color: rgb(146,9,223); }
div.DivClassName
{
background-color: #9209DF;
}
.BgClassName
{
background-color: #9209DF;
}
</style>
border-color css
<style>
span { border-color: #9209DF; }
span { border-color: rgb(146,9,223); }
td.TdClassName
{
border-color: #9209DF;
}
.TagClassName
{
border-color: #9209DF;
}
</style>