Shades of Dark Violet #9213B4
Tints of Dark Violet #9213B4
RGB
CMYK
RGB Variations
Color information
#9213B4 (or 0x9213B4) is known color: Dark Violet. HEX triplet: 92, 13 and B4. RGB value is (146,19,180). Sum of RGB (Red+Green+Blue) = 146+19+180=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #9213B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9213B4 is #6DEC4B. Grayscale: #4A4A4A. Windows color (decimal): -7203916 or 11801490. OLE color: 11801490.
HSL color Cylindrical-coordinate representation of color #9213B4: hue angle of 287.33º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9213B4 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 19 | 180 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.29 |
| HSL | 287.33º | 0.81% | 0.39% | - |
| HSV(B) | 287.33º | 0.89% | 0.71% | - |
| XYZ | 20.33 | 9.87 | 44.01 | - |
| YUV | 75.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 180 | 0.19 | 0.89 | 0 | 0.29 | 287.33 | 0.81 | 0.39 |
| Hex | 92 | 13 | B4 | 13 | 59 | 0 | 1D | 11F | 51 | 27 |
| Octal | 222 | 23 | 264 | 23 | 131 | 0 | 35 | 437 | 121 | 47 |
| Binary | 10010010 | 10011 | 10110100 | 10011 | 1011001 | 0 | 11101 | 100011111 | 1010001 | 100111 |
Color Harmonies of #9213B4
Complementary color
Monochromatic Colors of #9213B4
Black with #9213B4
Text Example
Text Example
White with #9213B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9213B4; }
p { color: rgb(146,19,180); }
H1.HeaderClassName
{
color: #9213B4;
}
.AnyTagClassName
{
color: #9213B4;
}
</style>
background-color css
<style>
a { background-color: #9213B4; }
a { background-color: rgb(146,19,180); }
div.DivClassName
{
background-color: #9213B4;
}
.BgClassName
{
background-color: #9213B4;
}
</style>
border-color css
<style>
span { border-color: #9213B4; }
span { border-color: rgb(146,19,180); }
td.TdClassName
{
border-color: #9213B4;
}
.TagClassName
{
border-color: #9213B4;
}
</style>