Shades of Dark Violet #9207DA
Tints of Dark Violet #9207DA
RGB
CMYK
RGB Variations
Color information
#9207DA (or 0x9207DA) is known color: Dark Violet. HEX triplet: 92, 07 and DA. RGB value is (146,7,218). Sum of RGB (Red+Green+Blue) = 146+7+218=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #9207DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9207DA is #6DF825. Grayscale: #474747. Windows color (decimal): -7206950 or 14288786. OLE color: 14288786.
HSL color Cylindrical-coordinate representation of color #9207DA: hue angle of 279.53º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9207DA is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 7 | 218 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.15 |
| HSL | 279.53º | 0.94% | 0.44% | - |
| HSV(B) | 279.53º | 0.97% | 0.85% | - |
| XYZ | 24.58 | 11.32 | 67.22 | - |
| YUV | 72.62 | 210.05 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 218 | 0.33 | 0.97 | 0 | 0.15 | 279.53 | 0.94 | 0.44 |
| Hex | 92 | 7 | DA | 21 | 61 | 0 | F | 118 | 5E | 2C |
| Octal | 222 | 7 | 332 | 41 | 141 | 0 | 17 | 430 | 136 | 54 |
| Binary | 10010010 | 111 | 11011010 | 100001 | 1100001 | 0 | 1111 | 100011000 | 1011110 | 101100 |
Color Harmonies of #9207DA
Complementary color
Monochromatic Colors of #9207DA
Black with #9207DA
Text Example
Text Example
White with #9207DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9207DA; }
p { color: rgb(146,7,218); }
H1.HeaderClassName
{
color: #9207DA;
}
.AnyTagClassName
{
color: #9207DA;
}
</style>
background-color css
<style>
a { background-color: #9207DA; }
a { background-color: rgb(146,7,218); }
div.DivClassName
{
background-color: #9207DA;
}
.BgClassName
{
background-color: #9207DA;
}
</style>
border-color css
<style>
span { border-color: #9207DA; }
span { border-color: rgb(146,7,218); }
td.TdClassName
{
border-color: #9207DA;
}
.TagClassName
{
border-color: #9207DA;
}
</style>