Shades of Dark Violet #9209C9
Tints of Dark Violet #9209C9
RGB
CMYK
RGB Variations
Color information
#9209C9 (or 0x9209C9) is known color: Dark Violet. HEX triplet: 92, 09 and C9. RGB value is (146,9,201). Sum of RGB (Red+Green+Blue) = 146+9+201=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 201 (78.91% from 255 or 56.46% from 356); Max value from RGB is 201 - color contains mainly: blue. Hex color #9209C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9209C9 is #6DF636. Grayscale: #474747. Windows color (decimal): -7206455 or 13175186. OLE color: 13175186.
HSL color Cylindrical-coordinate representation of color #9209C9: hue angle of 282.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9209C9 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 9 | 201 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.21 |
| HSL | 282.81º | 0.91% | 0.41% | - |
| HSV(B) | 282.81º | 0.96% | 0.79% | - |
| XYZ | 22.49 | 10.52 | 56.1 | - |
| YUV | 71.85 | 200.89 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 9 | 201 | 0.27 | 0.96 | 0 | 0.21 | 282.81 | 0.91 | 0.41 |
| Hex | 92 | 9 | C9 | 1B | 60 | 0 | 15 | 11B | 5B | 29 |
| Octal | 222 | 11 | 311 | 33 | 140 | 0 | 25 | 433 | 133 | 51 |
| Binary | 10010010 | 1001 | 11001001 | 11011 | 1100000 | 0 | 10101 | 100011011 | 1011011 | 101001 |
Color Harmonies of #9209C9
Complementary color
Monochromatic Colors of #9209C9
Black with #9209C9
Text Example
Text Example
White with #9209C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9209C9; }
p { color: rgb(146,9,201); }
H1.HeaderClassName
{
color: #9209C9;
}
.AnyTagClassName
{
color: #9209C9;
}
</style>
background-color css
<style>
a { background-color: #9209C9; }
a { background-color: rgb(146,9,201); }
div.DivClassName
{
background-color: #9209C9;
}
.BgClassName
{
background-color: #9209C9;
}
</style>
border-color css
<style>
span { border-color: #9209C9; }
span { border-color: rgb(146,9,201); }
td.TdClassName
{
border-color: #9209C9;
}
.TagClassName
{
border-color: #9209C9;
}
</style>