Shades of Dark Violet #9301EE
Tints of Dark Violet #9301EE
RGB
CMYK
RGB Variations
Color information
#9301EE (or 0x9301EE) is known color: Dark Violet. HEX triplet: 93, 01 and EE. RGB value is (147,1,238). Sum of RGB (Red+Green+Blue) = 147+1+238=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #9301EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9301EE is #6CFE11. Grayscale: #464646. Windows color (decimal): -7142930 or 15597971. OLE color: 15597971.
HSL color Cylindrical-coordinate representation of color #9301EE: hue angle of 276.96º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9301EE is Cyan = 0.38, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 1 | 238 | - |
| CMYK | 0.38 | 1.00 | 0 | 0.07 |
| HSL | 276.96º | 0.99% | 0.47% | - |
| HSV(B) | 276.96º | 1% | 0.93% | - |
| XYZ | 27.48 | 12.4 | 81.83 | - |
| YUV | 71.67 | 221.87 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 238 | 0.38 | 1.00 | 0 | 0.07 | 276.96 | 0.99 | 0.47 |
| Hex | 93 | 1 | EE | 26 | 64 | 0 | 7 | 115 | 63 | 2F |
| Octal | 223 | 1 | 356 | 46 | 144 | 0 | 7 | 425 | 143 | 57 |
| Binary | 10010011 | 1 | 11101110 | 100110 | 1100100 | 0 | 111 | 100010101 | 1100011 | 101111 |
Color Harmonies of #9301EE
Complementary color
Monochromatic Colors of #9301EE
Black with #9301EE
Text Example
Text Example
White with #9301EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9301EE; }
p { color: rgb(147,1,238); }
H1.HeaderClassName
{
color: #9301EE;
}
.AnyTagClassName
{
color: #9301EE;
}
</style>
background-color css
<style>
a { background-color: #9301EE; }
a { background-color: rgb(147,1,238); }
div.DivClassName
{
background-color: #9301EE;
}
.BgClassName
{
background-color: #9301EE;
}
</style>
border-color css
<style>
span { border-color: #9301EE; }
span { border-color: rgb(147,1,238); }
td.TdClassName
{
border-color: #9301EE;
}
.TagClassName
{
border-color: #9301EE;
}
</style>