Shades of Dark Violet #9303EA
Tints of Dark Violet #9303EA
RGB
CMYK
RGB Variations
Color information
#9303EA (or 0x9303EA) is known color: Dark Violet. HEX triplet: 93, 03 and EA. RGB value is (147,3,234). Sum of RGB (Red+Green+Blue) = 147+3+234=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #9303EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9303EA is #6CFC15. Grayscale: #474747. Windows color (decimal): -7142422 or 15336339. OLE color: 15336339.
HSL color Cylindrical-coordinate representation of color #9303EA: hue angle of 277.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9303EA is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 3 | 234 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.08 |
| HSL | 277.4º | 0.97% | 0.46% | - |
| HSV(B) | 277.4º | 0.99% | 0.92% | - |
| XYZ | 26.92 | 12.21 | 78.78 | - |
| YUV | 72.39 | 219.21 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 234 | 0.37 | 0.99 | 0 | 0.08 | 277.4 | 0.97 | 0.46 |
| Hex | 93 | 3 | EA | 25 | 63 | 0 | 8 | 115 | 61 | 2E |
| Octal | 223 | 3 | 352 | 45 | 143 | 0 | 10 | 425 | 141 | 56 |
| Binary | 10010011 | 11 | 11101010 | 100101 | 1100011 | 0 | 1000 | 100010101 | 1100001 | 101110 |
Color Harmonies of #9303EA
Complementary color
Monochromatic Colors of #9303EA
Black with #9303EA
Text Example
Text Example
White with #9303EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303EA; }
p { color: rgb(147,3,234); }
H1.HeaderClassName
{
color: #9303EA;
}
.AnyTagClassName
{
color: #9303EA;
}
</style>
background-color css
<style>
a { background-color: #9303EA; }
a { background-color: rgb(147,3,234); }
div.DivClassName
{
background-color: #9303EA;
}
.BgClassName
{
background-color: #9303EA;
}
</style>
border-color css
<style>
span { border-color: #9303EA; }
span { border-color: rgb(147,3,234); }
td.TdClassName
{
border-color: #9303EA;
}
.TagClassName
{
border-color: #9303EA;
}
</style>