Shades of Dark Violet #9203DC
Tints of Dark Violet #9203DC
RGB
CMYK
RGB Variations
Color information
#9203DC (or 0x9203DC) is known color: Dark Violet. HEX triplet: 92, 03 and DC. RGB value is (146,3,220). Sum of RGB (Red+Green+Blue) = 146+3+220=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #9203DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9203DC is #6DFC23. Grayscale: #454545. Windows color (decimal): -7207972 or 14418834. OLE color: 14418834.
HSL color Cylindrical-coordinate representation of color #9203DC: hue angle of 279.54º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9203DC is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 3 | 220 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.14 |
| HSL | 279.54º | 0.97% | 0.44% | - |
| HSV(B) | 279.54º | 0.99% | 0.86% | - |
| XYZ | 24.8 | 11.34 | 68.59 | - |
| YUV | 70.5 | 212.38 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 220 | 0.34 | 0.99 | 0 | 0.14 | 279.54 | 0.97 | 0.44 |
| Hex | 92 | 3 | DC | 22 | 63 | 0 | E | 118 | 61 | 2C |
| Octal | 222 | 3 | 334 | 42 | 143 | 0 | 16 | 430 | 141 | 54 |
| Binary | 10010010 | 11 | 11011100 | 100010 | 1100011 | 0 | 1110 | 100011000 | 1100001 | 101100 |
Color Harmonies of #9203DC
Complementary color
Monochromatic Colors of #9203DC
Black with #9203DC
Text Example
Text Example
White with #9203DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9203DC; }
p { color: rgb(146,3,220); }
H1.HeaderClassName
{
color: #9203DC;
}
.AnyTagClassName
{
color: #9203DC;
}
</style>
background-color css
<style>
a { background-color: #9203DC; }
a { background-color: rgb(146,3,220); }
div.DivClassName
{
background-color: #9203DC;
}
.BgClassName
{
background-color: #9203DC;
}
</style>
border-color css
<style>
span { border-color: #9203DC; }
span { border-color: rgb(146,3,220); }
td.TdClassName
{
border-color: #9203DC;
}
.TagClassName
{
border-color: #9203DC;
}
</style>