Shades of Dark Violet #9204B4
Tints of Dark Violet #9204B4
RGB
CMYK
RGB Variations
Color information
#9204B4 (or 0x9204B4) is known color: Dark Violet. HEX triplet: 92, 04 and B4. RGB value is (146,4,180). Sum of RGB (Red+Green+Blue) = 146+4+180=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #9204B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9204B4 is #6DFB4B. Grayscale: #414141. Windows color (decimal): -7207756 or 11797650. OLE color: 11797650.
HSL color Cylindrical-coordinate representation of color #9204B4: hue angle of 288.41º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9204B4 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 4 | 180 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.29 |
| HSL | 288.41º | 0.96% | 0.36% | - |
| HSV(B) | 288.41º | 0.98% | 0.71% | - |
| XYZ | 20.14 | 9.49 | 43.95 | - |
| YUV | 66.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 4 | 180 | 0.19 | 0.98 | 0 | 0.29 | 288.41 | 0.96 | 0.36 |
| Hex | 92 | 4 | B4 | 13 | 62 | 0 | 1D | 120 | 60 | 24 |
| Octal | 222 | 4 | 264 | 23 | 142 | 0 | 35 | 440 | 140 | 44 |
| Binary | 10010010 | 100 | 10110100 | 10011 | 1100010 | 0 | 11101 | 100100000 | 1100000 | 100100 |
Color Harmonies of #9204B4
Complementary color
Monochromatic Colors of #9204B4
Black with #9204B4
Text Example
Text Example
White with #9204B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9204B4; }
p { color: rgb(146,4,180); }
H1.HeaderClassName
{
color: #9204B4;
}
.AnyTagClassName
{
color: #9204B4;
}
</style>
background-color css
<style>
a { background-color: #9204B4; }
a { background-color: rgb(146,4,180); }
div.DivClassName
{
background-color: #9204B4;
}
.BgClassName
{
background-color: #9204B4;
}
</style>
border-color css
<style>
span { border-color: #9204B4; }
span { border-color: rgb(146,4,180); }
td.TdClassName
{
border-color: #9204B4;
}
.TagClassName
{
border-color: #9204B4;
}
</style>