Shades of Dark Violet #9302DF
Tints of Dark Violet #9302DF
RGB
CMYK
RGB Variations
Color information
#9302DF (or 0x9302DF) is known color: Dark Violet. HEX triplet: 93, 02 and DF. RGB value is (147,2,223). Sum of RGB (Red+Green+Blue) = 147+2+223=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #9302DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9302DF is #6CFD20. Grayscale: #454545. Windows color (decimal): -7142689 or 14615187. OLE color: 14615187.
HSL color Cylindrical-coordinate representation of color #9302DF: hue angle of 279.37º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302DF is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 2 | 223 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.13 |
| HSL | 279.37º | 0.98% | 0.44% | - |
| HSV(B) | 279.37º | 0.99% | 0.87% | - |
| XYZ | 25.37 | 11.57 | 70.71 | - |
| YUV | 70.55 | 214.04 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 223 | 0.34 | 0.99 | 0 | 0.13 | 279.37 | 0.98 | 0.44 |
| Hex | 93 | 2 | DF | 22 | 63 | 0 | D | 117 | 62 | 2C |
| Octal | 223 | 2 | 337 | 42 | 143 | 0 | 15 | 427 | 142 | 54 |
| Binary | 10010011 | 10 | 11011111 | 100010 | 1100011 | 0 | 1101 | 100010111 | 1100010 | 101100 |
Color Harmonies of #9302DF
Complementary color
Monochromatic Colors of #9302DF
Black with #9302DF
Text Example
Text Example
White with #9302DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302DF; }
p { color: rgb(147,2,223); }
H1.HeaderClassName
{
color: #9302DF;
}
.AnyTagClassName
{
color: #9302DF;
}
</style>
background-color css
<style>
a { background-color: #9302DF; }
a { background-color: rgb(147,2,223); }
div.DivClassName
{
background-color: #9302DF;
}
.BgClassName
{
background-color: #9302DF;
}
</style>
border-color css
<style>
span { border-color: #9302DF; }
span { border-color: rgb(147,2,223); }
td.TdClassName
{
border-color: #9302DF;
}
.TagClassName
{
border-color: #9302DF;
}
</style>