Shades of Dark Violet #9302FF
Tints of Dark Violet #9302FF
RGB
CMYK
RGB Variations
Color information
#9302FF (or 0x9302FF) is known color: Dark Violet. HEX triplet: 93, 02 and FF. RGB value is (147,2,255). Sum of RGB (Red+Green+Blue) = 147+2+255=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #9302FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9302FF is #6CFD00. Grayscale: #494949. Windows color (decimal): -7142657 or 16712339. OLE color: 16712339.
HSL color Cylindrical-coordinate representation of color #9302FF: hue angle of 274.39º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302FF is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 2 | 255 | - |
| CMYK | 0.42 | 0.99 | 0 | 0 |
| HSL | 274.39º | 1% | 0.5% | - |
| HSV(B) | 274.39º | 0.99% | 1% | - |
| XYZ | 30.1 | 13.47 | 95.62 | - |
| YUV | 74.2 | 230.04 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 255 | 0.42 | 0.99 | 0 | 0 | 274.39 | 1 | 0.5 |
| Hex | 93 | 2 | FF | 2A | 63 | 0 | 0 | 112 | 64 | 32 |
| Octal | 223 | 2 | 377 | 52 | 143 | 0 | 0 | 422 | 144 | 62 |
| Binary | 10010011 | 10 | 11111111 | 101010 | 1100011 | 0 | 0 | 100010010 | 1100100 | 110010 |
Color Harmonies of #9302FF
Complementary color
Monochromatic Colors of #9302FF
Black with #9302FF
Text Example
Text Example
White with #9302FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302FF; }
p { color: rgb(147,2,255); }
H1.HeaderClassName
{
color: #9302FF;
}
.AnyTagClassName
{
color: #9302FF;
}
</style>
background-color css
<style>
a { background-color: #9302FF; }
a { background-color: rgb(147,2,255); }
div.DivClassName
{
background-color: #9302FF;
}
.BgClassName
{
background-color: #9302FF;
}
</style>
border-color css
<style>
span { border-color: #9302FF; }
span { border-color: rgb(147,2,255); }
td.TdClassName
{
border-color: #9302FF;
}
.TagClassName
{
border-color: #9302FF;
}
</style>