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