Shades of Dark Violet #9200D3
Tints of Dark Violet #9200D3
RGB
CMYK
RGB Variations
Color information
#9200D3 (or 0x9200D3) is known color: Dark Violet. HEX triplet: 92, 00 and D3. RGB value is (146,0,211). Sum of RGB (Red+Green+Blue) = 146+0+211=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 211 (82.81% from 255 or 59.10% from 357); Max value from RGB is 211 - color contains mainly: blue. Hex color #9200D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9200D3 is #6DFF2C. Grayscale: #434343. Windows color (decimal): -7208749 or 13828242. OLE color: 13828242.
HSL color Cylindrical-coordinate representation of color #9200D3: hue angle of 281.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9200D3 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 0 | 211 | - |
| CMYK | 0.31 | 1 | 0 | 0.17 |
| HSL | 281.52º | 1% | 0.41% | - |
| HSV(B) | 281.52º | 1% | 0.83% | - |
| XYZ | 23.61 | 10.81 | 62.47 | - |
| YUV | 67.71 | 208.87 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 211 | 0.31 | 1 | 0 | 0.17 | 281.52 | 1 | 0.41 |
| Hex | 92 | 0 | D3 | 1F | 64 | 0 | 11 | 11A | 64 | 29 |
| Octal | 222 | 0 | 323 | 37 | 144 | 0 | 21 | 432 | 144 | 51 |
| Binary | 10010010 | 0 | 11010011 | 11111 | 1100100 | 0 | 10001 | 100011010 | 1100100 | 101001 |
Color Harmonies of #9200D3
Complementary color
Monochromatic Colors of #9200D3
Black with #9200D3
Text Example
Text Example
White with #9200D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9200D3; }
p { color: rgb(146,0,211); }
H1.HeaderClassName
{
color: #9200D3;
}
.AnyTagClassName
{
color: #9200D3;
}
</style>
background-color css
<style>
a { background-color: #9200D3; }
a { background-color: rgb(146,0,211); }
div.DivClassName
{
background-color: #9200D3;
}
.BgClassName
{
background-color: #9200D3;
}
</style>
border-color css
<style>
span { border-color: #9200D3; }
span { border-color: rgb(146,0,211); }
td.TdClassName
{
border-color: #9200D3;
}
.TagClassName
{
border-color: #9200D3;
}
</style>