Shades of Dark Violet #9204D5
Tints of Dark Violet #9204D5
RGB
CMYK
RGB Variations
Color information
#9204D5 (or 0x9204D5) is known color: Dark Violet. HEX triplet: 92, 04 and D5. RGB value is (146,4,213). Sum of RGB (Red+Green+Blue) = 146+4+213=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 213 (83.59% from 255 or 58.68% from 363); Max value from RGB is 213 - color contains mainly: blue. Hex color #9204D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9204D5 is #6DFB2A. Grayscale: #454545. Windows color (decimal): -7207723 or 13960338. OLE color: 13960338.
HSL color Cylindrical-coordinate representation of color #9204D5: hue angle of 280.77º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9204D5 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 4 | 213 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.16 |
| HSL | 280.77º | 0.96% | 0.43% | - |
| HSV(B) | 280.77º | 0.98% | 0.84% | - |
| XYZ | 23.91 | 11 | 63.81 | - |
| YUV | 70.28 | 208.54 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 213 | 0.31 | 0.98 | 0 | 0.16 | 280.77 | 0.96 | 0.43 |
| Hex | 92 | 4 | D5 | 1F | 62 | 0 | 10 | 119 | 60 | 2B |
| Octal | 222 | 4 | 325 | 37 | 142 | 0 | 20 | 431 | 140 | 53 |
| Binary | 10010010 | 100 | 11010101 | 11111 | 1100010 | 0 | 10000 | 100011001 | 1100000 | 101011 |
Color Harmonies of #9204D5
Complementary color
Monochromatic Colors of #9204D5
Black with #9204D5
Text Example
Text Example
White with #9204D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9204D5; }
p { color: rgb(146,4,213); }
H1.HeaderClassName
{
color: #9204D5;
}
.AnyTagClassName
{
color: #9204D5;
}
</style>
background-color css
<style>
a { background-color: #9204D5; }
a { background-color: rgb(146,4,213); }
div.DivClassName
{
background-color: #9204D5;
}
.BgClassName
{
background-color: #9204D5;
}
</style>
border-color css
<style>
span { border-color: #9204D5; }
span { border-color: rgb(146,4,213); }
td.TdClassName
{
border-color: #9204D5;
}
.TagClassName
{
border-color: #9204D5;
}
</style>