Shades of Dark Violet #9302FA
Tints of Dark Violet #9302FA
RGB
CMYK
RGB Variations
Color information
#9302FA (or 0x9302FA) is known color: Dark Violet. HEX triplet: 93, 02 and FA. RGB value is (147,2,250). Sum of RGB (Red+Green+Blue) = 147+2+250=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #9302FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9302FA is #6CFD05. Grayscale: #484848. Windows color (decimal): -7142662 or 16384659. OLE color: 16384659.
HSL color Cylindrical-coordinate representation of color #9302FA: hue angle of 275.08º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302FA is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 2 | 250 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.02 |
| HSL | 275.08º | 0.98% | 0.49% | - |
| HSV(B) | 275.08º | 0.99% | 0.98% | - |
| XYZ | 29.31 | 13.15 | 91.44 | - |
| YUV | 73.63 | 227.54 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 250 | 0.41 | 0.99 | 0 | 0.02 | 275.08 | 0.98 | 0.49 |
| Hex | 93 | 2 | FA | 29 | 63 | 0 | 2 | 113 | 62 | 31 |
| Octal | 223 | 2 | 372 | 51 | 143 | 0 | 2 | 423 | 142 | 61 |
| Binary | 10010011 | 10 | 11111010 | 101001 | 1100011 | 0 | 10 | 100010011 | 1100010 | 110001 |
Color Harmonies of #9302FA
Complementary color
Monochromatic Colors of #9302FA
Black with #9302FA
Text Example
Text Example
White with #9302FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302FA; }
p { color: rgb(147,2,250); }
H1.HeaderClassName
{
color: #9302FA;
}
.AnyTagClassName
{
color: #9302FA;
}
</style>
background-color css
<style>
a { background-color: #9302FA; }
a { background-color: rgb(147,2,250); }
div.DivClassName
{
background-color: #9302FA;
}
.BgClassName
{
background-color: #9302FA;
}
</style>
border-color css
<style>
span { border-color: #9302FA; }
span { border-color: rgb(147,2,250); }
td.TdClassName
{
border-color: #9302FA;
}
.TagClassName
{
border-color: #9302FA;
}
</style>