Shades of Dark Violet #9200D7
Tints of Dark Violet #9200D7
RGB
CMYK
RGB Variations
Color information
#9200D7 (or 0x9200D7) is known color: Dark Violet. HEX triplet: 92, 00 and D7. RGB value is (146,0,215). Sum of RGB (Red+Green+Blue) = 146+0+215=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 215 (84.38% from 255 or 59.56% from 361); Max value from RGB is 215 - color contains mainly: blue. Hex color #9200D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9200D7 is #6DFF28. Grayscale: #434343. Windows color (decimal): -7208745 or 14090386. OLE color: 14090386.
HSL color Cylindrical-coordinate representation of color #9200D7: hue angle of 280.74º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9200D7 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 0 | 215 | - |
| CMYK | 0.32 | 1 | 0 | 0.16 |
| HSL | 280.74º | 1% | 0.42% | - |
| HSV(B) | 280.74º | 1% | 0.84% | - |
| XYZ | 24.12 | 11.02 | 65.15 | - |
| YUV | 68.16 | 210.87 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 215 | 0.32 | 1 | 0 | 0.16 | 280.74 | 1 | 0.42 |
| Hex | 92 | 0 | D7 | 20 | 64 | 0 | 10 | 119 | 64 | 2A |
| Octal | 222 | 0 | 327 | 40 | 144 | 0 | 20 | 431 | 144 | 52 |
| Binary | 10010010 | 0 | 11010111 | 100000 | 1100100 | 0 | 10000 | 100011001 | 1100100 | 101010 |
Color Harmonies of #9200D7
Complementary color
Monochromatic Colors of #9200D7
Black with #9200D7
Text Example
Text Example
White with #9200D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9200D7; }
p { color: rgb(146,0,215); }
H1.HeaderClassName
{
color: #9200D7;
}
.AnyTagClassName
{
color: #9200D7;
}
</style>
background-color css
<style>
a { background-color: #9200D7; }
a { background-color: rgb(146,0,215); }
div.DivClassName
{
background-color: #9200D7;
}
.BgClassName
{
background-color: #9200D7;
}
</style>
border-color css
<style>
span { border-color: #9200D7; }
span { border-color: rgb(146,0,215); }
td.TdClassName
{
border-color: #9200D7;
}
.TagClassName
{
border-color: #9200D7;
}
</style>