Shades of Dark Violet #9300E1
Tints of Dark Violet #9300E1
RGB
CMYK
RGB Variations
Color information
#9300E1 (or 0x9300E1) is known color: Dark Violet. HEX triplet: 93, 00 and E1. RGB value is (147,0,225). Sum of RGB (Red+Green+Blue) = 147+0+225=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #9300E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300E1 is #6CFF1E. Grayscale: #444444. Windows color (decimal): -7143199 or 14745747. OLE color: 14745747.
HSL color Cylindrical-coordinate representation of color #9300E1: hue angle of 279.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300E1 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 0 | 225 | - |
| CMYK | 0.35 | 1 | 0 | 0.12 |
| HSL | 279.2º | 1% | 0.44% | - |
| HSV(B) | 279.2º | 1% | 0.88% | - |
| XYZ | 25.62 | 11.64 | 72.13 | - |
| YUV | 69.6 | 215.7 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 225 | 0.35 | 1 | 0 | 0.12 | 279.2 | 1 | 0.44 |
| Hex | 93 | 0 | E1 | 23 | 64 | 0 | C | 117 | 64 | 2C |
| Octal | 223 | 0 | 341 | 43 | 144 | 0 | 14 | 427 | 144 | 54 |
| Binary | 10010011 | 0 | 11100001 | 100011 | 1100100 | 0 | 1100 | 100010111 | 1100100 | 101100 |
Color Harmonies of #9300E1
Complementary color
Monochromatic Colors of #9300E1
Black with #9300E1
Text Example
Text Example
White with #9300E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9300E1; }
p { color: rgb(147,0,225); }
H1.HeaderClassName
{
color: #9300E1;
}
.AnyTagClassName
{
color: #9300E1;
}
</style>
background-color css
<style>
a { background-color: #9300E1; }
a { background-color: rgb(147,0,225); }
div.DivClassName
{
background-color: #9300E1;
}
.BgClassName
{
background-color: #9300E1;
}
</style>
border-color css
<style>
span { border-color: #9300E1; }
span { border-color: rgb(147,0,225); }
td.TdClassName
{
border-color: #9300E1;
}
.TagClassName
{
border-color: #9300E1;
}
</style>