Shades of Dark Violet #9303E8
Tints of Dark Violet #9303E8
RGB
CMYK
RGB Variations
Color information
#9303E8 (or 0x9303E8) is known color: Dark Violet. HEX triplet: 93, 03 and E8. RGB value is (147,3,232). Sum of RGB (Red+Green+Blue) = 147+3+232=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 232 (91.02% from 255 or 60.73% from 382); Max value from RGB is 232 - color contains mainly: blue. Hex color #9303E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9303E8 is #6CFC17. Grayscale: #474747. Windows color (decimal): -7142424 or 15205267. OLE color: 15205267.
HSL color Cylindrical-coordinate representation of color #9303E8: hue angle of 277.73º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9303E8 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 3 | 232 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.09 |
| HSL | 277.73º | 0.97% | 0.46% | - |
| HSV(B) | 277.73º | 0.99% | 0.91% | - |
| XYZ | 26.63 | 12.09 | 77.27 | - |
| YUV | 72.16 | 218.21 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 232 | 0.37 | 0.99 | 0 | 0.09 | 277.73 | 0.97 | 0.46 |
| Hex | 93 | 3 | E8 | 25 | 63 | 0 | 9 | 116 | 61 | 2E |
| Octal | 223 | 3 | 350 | 45 | 143 | 0 | 11 | 426 | 141 | 56 |
| Binary | 10010011 | 11 | 11101000 | 100101 | 1100011 | 0 | 1001 | 100010110 | 1100001 | 101110 |
Color Harmonies of #9303E8
Complementary color
Monochromatic Colors of #9303E8
Black with #9303E8
Text Example
Text Example
White with #9303E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303E8; }
p { color: rgb(147,3,232); }
H1.HeaderClassName
{
color: #9303E8;
}
.AnyTagClassName
{
color: #9303E8;
}
</style>
background-color css
<style>
a { background-color: #9303E8; }
a { background-color: rgb(147,3,232); }
div.DivClassName
{
background-color: #9303E8;
}
.BgClassName
{
background-color: #9303E8;
}
</style>
border-color css
<style>
span { border-color: #9303E8; }
span { border-color: rgb(147,3,232); }
td.TdClassName
{
border-color: #9303E8;
}
.TagClassName
{
border-color: #9303E8;
}
</style>