Shades of Dark Violet #9E00D3
Tints of Dark Violet #9E00D3
RGB
CMYK
RGB Variations
Color information
#9E00D3 (or 0x9E00D3) is known color: Dark Violet. HEX triplet: 9E, 00 and D3. RGB value is (158,0,211). Sum of RGB (Red+Green+Blue) = 158+0+211=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 211 (82.81% from 255 or 57.18% from 369); Max value from RGB is 211 - color contains mainly: blue. Hex color #9E00D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E00D3 is #61FF2C. Grayscale: #464646. Windows color (decimal): -6422317 or 13828254. OLE color: 13828254.
HSL color Cylindrical-coordinate representation of color #9E00D3: hue angle of 284.93º 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 #9E00D3 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 0 | 211 | - |
| CMYK | 0.25 | 1 | 0 | 0.17 |
| HSL | 284.93º | 1% | 0.41% | - |
| HSV(B) | 284.93º | 1% | 0.83% | - |
| XYZ | 25.86 | 11.97 | 62.58 | - |
| YUV | 71.3 | 206.85 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 211 | 0.25 | 1 | 0 | 0.17 | 284.93 | 1 | 0.41 |
| Hex | 9E | 0 | D3 | 19 | 64 | 0 | 11 | 11D | 64 | 29 |
| Octal | 236 | 0 | 323 | 31 | 144 | 0 | 21 | 435 | 144 | 51 |
| Binary | 10011110 | 0 | 11010011 | 11001 | 1100100 | 0 | 10001 | 100011101 | 1100100 | 101001 |
Color Harmonies of #9E00D3
Complementary color
Monochromatic Colors of #9E00D3
Black with #9E00D3
Text Example
Text Example
White with #9E00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00D3; }
p { color: rgb(158,0,211); }
H1.HeaderClassName
{
color: #9E00D3;
}
.AnyTagClassName
{
color: #9E00D3;
}
</style>
background-color css
<style>
a { background-color: #9E00D3; }
a { background-color: rgb(158,0,211); }
div.DivClassName
{
background-color: #9E00D3;
}
.BgClassName
{
background-color: #9E00D3;
}
</style>
border-color css
<style>
span { border-color: #9E00D3; }
span { border-color: rgb(158,0,211); }
td.TdClassName
{
border-color: #9E00D3;
}
.TagClassName
{
border-color: #9E00D3;
}
</style>