Shades of Dark Violet #9200DB
Tints of Dark Violet #9200DB
RGB
CMYK
RGB Variations
Color information
#9200DB (or 0x9200DB) is known color: Dark Violet. HEX triplet: 92, 00 and DB. RGB value is (146,0,219). Sum of RGB (Red+Green+Blue) = 146+0+219=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #9200DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9200DB is #6DFF24. Grayscale: #434343. Windows color (decimal): -7208741 or 14352530. OLE color: 14352530.
HSL color Cylindrical-coordinate representation of color #9200DB: hue angle of 280º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9200DB is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 0 | 219 | - |
| CMYK | 0.33 | 1 | 0 | 0.14 |
| HSL | 280º | 1% | 0.43% | - |
| HSV(B) | 280º | 1% | 0.86% | - |
| XYZ | 24.64 | 11.23 | 67.89 | - |
| YUV | 68.62 | 212.87 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 0 | 219 | 0.33 | 1 | 0 | 0.14 | 280 | 1 | 0.43 |
| Hex | 92 | 0 | DB | 21 | 64 | 0 | E | 118 | 64 | 2B |
| Octal | 222 | 0 | 333 | 41 | 144 | 0 | 16 | 430 | 144 | 53 |
| Binary | 10010010 | 0 | 11011011 | 100001 | 1100100 | 0 | 1110 | 100011000 | 1100100 | 101011 |
Color Harmonies of #9200DB
Complementary color
Monochromatic Colors of #9200DB
Black with #9200DB
Text Example
Text Example
White with #9200DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9200DB; }
p { color: rgb(146,0,219); }
H1.HeaderClassName
{
color: #9200DB;
}
.AnyTagClassName
{
color: #9200DB;
}
</style>
background-color css
<style>
a { background-color: #9200DB; }
a { background-color: rgb(146,0,219); }
div.DivClassName
{
background-color: #9200DB;
}
.BgClassName
{
background-color: #9200DB;
}
</style>
border-color css
<style>
span { border-color: #9200DB; }
span { border-color: rgb(146,0,219); }
td.TdClassName
{
border-color: #9200DB;
}
.TagClassName
{
border-color: #9200DB;
}
</style>