Shades of Dark Violet #9303FA
Tints of Dark Violet #9303FA
RGB
CMYK
RGB Variations
Color information
#9303FA (or 0x9303FA) is known color: Dark Violet. HEX triplet: 93, 03 and FA. RGB value is (147,3,250). Sum of RGB (Red+Green+Blue) = 147+3+250=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #9303FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9303FA is #6CFC05. Grayscale: #494949. Windows color (decimal): -7142406 or 16384915. OLE color: 16384915.
HSL color Cylindrical-coordinate representation of color #9303FA: hue angle of 274.98º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9303FA is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 3 | 250 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.02 |
| HSL | 274.98º | 0.98% | 0.5% | - |
| HSV(B) | 274.98º | 0.99% | 0.98% | - |
| XYZ | 29.32 | 13.17 | 91.44 | - |
| YUV | 74.21 | 227.21 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 250 | 0.41 | 0.99 | 0 | 0.02 | 274.98 | 0.98 | 0.5 |
| Hex | 93 | 3 | FA | 29 | 63 | 0 | 2 | 113 | 62 | 32 |
| Octal | 223 | 3 | 372 | 51 | 143 | 0 | 2 | 423 | 142 | 62 |
| Binary | 10010011 | 11 | 11111010 | 101001 | 1100011 | 0 | 10 | 100010011 | 1100010 | 110010 |
Color Harmonies of #9303FA
Complementary color
Monochromatic Colors of #9303FA
Black with #9303FA
Text Example
Text Example
White with #9303FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303FA; }
p { color: rgb(147,3,250); }
H1.HeaderClassName
{
color: #9303FA;
}
.AnyTagClassName
{
color: #9303FA;
}
</style>
background-color css
<style>
a { background-color: #9303FA; }
a { background-color: rgb(147,3,250); }
div.DivClassName
{
background-color: #9303FA;
}
.BgClassName
{
background-color: #9303FA;
}
</style>
border-color css
<style>
span { border-color: #9303FA; }
span { border-color: rgb(147,3,250); }
td.TdClassName
{
border-color: #9303FA;
}
.TagClassName
{
border-color: #9303FA;
}
</style>