Shades of Dark Violet #9203D1
Tints of Dark Violet #9203D1
RGB
CMYK
RGB Variations
Color information
#9203D1 (or 0x9203D1) is known color: Dark Violet. HEX triplet: 92, 03 and D1. RGB value is (146,3,209). Sum of RGB (Red+Green+Blue) = 146+3+209=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 209 (82.03% from 255 or 58.38% from 358); Max value from RGB is 209 - color contains mainly: blue. Hex color #9203D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9203D1 is #6DFC2E. Grayscale: #444444. Windows color (decimal): -7207983 or 13697938. OLE color: 13697938.
HSL color Cylindrical-coordinate representation of color #9203D1: hue angle of 281.65º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9203D1 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 3 | 209 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.18 |
| HSL | 281.65º | 0.97% | 0.42% | - |
| HSV(B) | 281.65º | 0.99% | 0.82% | - |
| XYZ | 23.4 | 10.78 | 61.17 | - |
| YUV | 69.24 | 206.88 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 209 | 0.30 | 0.99 | 0 | 0.18 | 281.65 | 0.97 | 0.42 |
| Hex | 92 | 3 | D1 | 1E | 63 | 0 | 12 | 11A | 61 | 2A |
| Octal | 222 | 3 | 321 | 36 | 143 | 0 | 22 | 432 | 141 | 52 |
| Binary | 10010010 | 11 | 11010001 | 11110 | 1100011 | 0 | 10010 | 100011010 | 1100001 | 101010 |
Color Harmonies of #9203D1
Complementary color
Monochromatic Colors of #9203D1
Black with #9203D1
Text Example
Text Example
White with #9203D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9203D1; }
p { color: rgb(146,3,209); }
H1.HeaderClassName
{
color: #9203D1;
}
.AnyTagClassName
{
color: #9203D1;
}
</style>
background-color css
<style>
a { background-color: #9203D1; }
a { background-color: rgb(146,3,209); }
div.DivClassName
{
background-color: #9203D1;
}
.BgClassName
{
background-color: #9203D1;
}
</style>
border-color css
<style>
span { border-color: #9203D1; }
span { border-color: rgb(146,3,209); }
td.TdClassName
{
border-color: #9203D1;
}
.TagClassName
{
border-color: #9203D1;
}
</style>