Shades of Dark Violet #9302EF
Tints of Dark Violet #9302EF
RGB
CMYK
RGB Variations
Color information
#9302EF (or 0x9302EF) is known color: Dark Violet. HEX triplet: 93, 02 and EF. RGB value is (147,2,239). Sum of RGB (Red+Green+Blue) = 147+2+239=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #9302EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9302EF is #6CFD10. Grayscale: #474747. Windows color (decimal): -7142673 or 15663763. OLE color: 15663763.
HSL color Cylindrical-coordinate representation of color #9302EF: hue angle of 276.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302EF is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 2 | 239 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.06 |
| HSL | 276.71º | 0.98% | 0.47% | - |
| HSV(B) | 276.71º | 0.99% | 0.94% | - |
| XYZ | 27.63 | 12.48 | 82.61 | - |
| YUV | 72.37 | 222.04 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 239 | 0.38 | 0.99 | 0 | 0.06 | 276.71 | 0.98 | 0.47 |
| Hex | 93 | 2 | EF | 26 | 63 | 0 | 6 | 115 | 62 | 2F |
| Octal | 223 | 2 | 357 | 46 | 143 | 0 | 6 | 425 | 142 | 57 |
| Binary | 10010011 | 10 | 11101111 | 100110 | 1100011 | 0 | 110 | 100010101 | 1100010 | 101111 |
Color Harmonies of #9302EF
Complementary color
Monochromatic Colors of #9302EF
Black with #9302EF
Text Example
Text Example
White with #9302EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302EF; }
p { color: rgb(147,2,239); }
H1.HeaderClassName
{
color: #9302EF;
}
.AnyTagClassName
{
color: #9302EF;
}
</style>
background-color css
<style>
a { background-color: #9302EF; }
a { background-color: rgb(147,2,239); }
div.DivClassName
{
background-color: #9302EF;
}
.BgClassName
{
background-color: #9302EF;
}
</style>
border-color css
<style>
span { border-color: #9302EF; }
span { border-color: rgb(147,2,239); }
td.TdClassName
{
border-color: #9302EF;
}
.TagClassName
{
border-color: #9302EF;
}
</style>