Shades of Dark Violet #9305FF
Tints of Dark Violet #9305FF
RGB
CMYK
RGB Variations
Color information
#9305FF (or 0x9305FF) is known color: Dark Violet. HEX triplet: 93, 05 and FF. RGB value is (147,5,255). Sum of RGB (Red+Green+Blue) = 147+5+255=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #9305FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9305FF is #6CFA00. Grayscale: #4B4B4B. Windows color (decimal): -7141889 or 16713107. OLE color: 16713107.
HSL color Cylindrical-coordinate representation of color #9305FF: hue angle of 274.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9305FF is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 5 | 255 | - |
| CMYK | 0.42 | 0.98 | 0 | 0 |
| HSL | 274.08º | 1% | 0.51% | - |
| HSV(B) | 274.08º | 0.98% | 1% | - |
| XYZ | 30.14 | 13.53 | 95.63 | - |
| YUV | 75.96 | 229.04 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 255 | 0.42 | 0.98 | 0 | 0 | 274.08 | 1 | 0.51 |
| Hex | 93 | 5 | FF | 2A | 62 | 0 | 0 | 112 | 64 | 33 |
| Octal | 223 | 5 | 377 | 52 | 142 | 0 | 0 | 422 | 144 | 63 |
| Binary | 10010011 | 101 | 11111111 | 101010 | 1100010 | 0 | 0 | 100010010 | 1100100 | 110011 |
Color Harmonies of #9305FF
Complementary color
Monochromatic Colors of #9305FF
Black with #9305FF
Text Example
Text Example
White with #9305FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9305FF; }
p { color: rgb(147,5,255); }
H1.HeaderClassName
{
color: #9305FF;
}
.AnyTagClassName
{
color: #9305FF;
}
</style>
background-color css
<style>
a { background-color: #9305FF; }
a { background-color: rgb(147,5,255); }
div.DivClassName
{
background-color: #9305FF;
}
.BgClassName
{
background-color: #9305FF;
}
</style>
border-color css
<style>
span { border-color: #9305FF; }
span { border-color: rgb(147,5,255); }
td.TdClassName
{
border-color: #9305FF;
}
.TagClassName
{
border-color: #9305FF;
}
</style>