Shades of Dark Violet #9304EE
Tints of Dark Violet #9304EE
RGB
CMYK
RGB Variations
Color information
#9304EE (or 0x9304EE) is known color: Dark Violet. HEX triplet: 93, 04 and EE. RGB value is (147,4,238). Sum of RGB (Red+Green+Blue) = 147+4+238=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #9304EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9304EE is #6CFB11. Grayscale: #484848. Windows color (decimal): -7142162 or 15598739. OLE color: 15598739.
HSL color Cylindrical-coordinate representation of color #9304EE: hue angle of 276.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9304EE is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 4 | 238 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.07 |
| HSL | 276.67º | 0.97% | 0.47% | - |
| HSV(B) | 276.67º | 0.98% | 0.93% | - |
| XYZ | 27.51 | 12.46 | 81.84 | - |
| YUV | 73.43 | 220.88 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 238 | 0.38 | 0.98 | 0 | 0.07 | 276.67 | 0.97 | 0.47 |
| Hex | 93 | 4 | EE | 26 | 62 | 0 | 7 | 115 | 61 | 2F |
| Octal | 223 | 4 | 356 | 46 | 142 | 0 | 7 | 425 | 141 | 57 |
| Binary | 10010011 | 100 | 11101110 | 100110 | 1100010 | 0 | 111 | 100010101 | 1100001 | 101111 |
Color Harmonies of #9304EE
Complementary color
Monochromatic Colors of #9304EE
Black with #9304EE
Text Example
Text Example
White with #9304EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9304EE; }
p { color: rgb(147,4,238); }
H1.HeaderClassName
{
color: #9304EE;
}
.AnyTagClassName
{
color: #9304EE;
}
</style>
background-color css
<style>
a { background-color: #9304EE; }
a { background-color: rgb(147,4,238); }
div.DivClassName
{
background-color: #9304EE;
}
.BgClassName
{
background-color: #9304EE;
}
</style>
border-color css
<style>
span { border-color: #9304EE; }
span { border-color: rgb(147,4,238); }
td.TdClassName
{
border-color: #9304EE;
}
.TagClassName
{
border-color: #9304EE;
}
</style>