Shades of Dark Violet #9305FA
Tints of Dark Violet #9305FA
RGB
CMYK
RGB Variations
Color information
#9305FA (or 0x9305FA) is known color: Dark Violet. HEX triplet: 93, 05 and FA. RGB value is (147,5,250). Sum of RGB (Red+Green+Blue) = 147+5+250=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #9305FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9305FA is #6CFA05. Grayscale: #4A4A4A. Windows color (decimal): -7141894 or 16385427. OLE color: 16385427.
HSL color Cylindrical-coordinate representation of color #9305FA: hue angle of 274.78º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9305FA is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 5 | 250 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.02 |
| HSL | 274.78º | 0.96% | 0.5% | - |
| HSV(B) | 274.78º | 0.98% | 0.98% | - |
| XYZ | 29.34 | 13.21 | 91.45 | - |
| YUV | 75.39 | 226.54 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 250 | 0.41 | 0.98 | 0 | 0.02 | 274.78 | 0.96 | 0.5 |
| Hex | 93 | 5 | FA | 29 | 62 | 0 | 2 | 113 | 60 | 32 |
| Octal | 223 | 5 | 372 | 51 | 142 | 0 | 2 | 423 | 140 | 62 |
| Binary | 10010011 | 101 | 11111010 | 101001 | 1100010 | 0 | 10 | 100010011 | 1100000 | 110010 |
Color Harmonies of #9305FA
Complementary color
Monochromatic Colors of #9305FA
Black with #9305FA
Text Example
Text Example
White with #9305FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9305FA; }
p { color: rgb(147,5,250); }
H1.HeaderClassName
{
color: #9305FA;
}
.AnyTagClassName
{
color: #9305FA;
}
</style>
background-color css
<style>
a { background-color: #9305FA; }
a { background-color: rgb(147,5,250); }
div.DivClassName
{
background-color: #9305FA;
}
.BgClassName
{
background-color: #9305FA;
}
</style>
border-color css
<style>
span { border-color: #9305FA; }
span { border-color: rgb(147,5,250); }
td.TdClassName
{
border-color: #9305FA;
}
.TagClassName
{
border-color: #9305FA;
}
</style>