Shades of Dark Violet #9300CE
Tints of Dark Violet #9300CE
RGB
CMYK
RGB Variations
Color information
#9300CE (or 0x9300CE) is known color: Dark Violet. HEX triplet: 93, 00 and CE. RGB value is (147,0,206). Sum of RGB (Red+Green+Blue) = 147+0+206=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #9300CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300CE is #6CFF31. Grayscale: #424242. Windows color (decimal): -7143218 or 13500563. OLE color: 13500563.
HSL color Cylindrical-coordinate representation of color #9300CE: hue angle of 282.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300CE is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 0 | 206 | - |
| CMYK | 0.29 | 1 | 0 | 0.19 |
| HSL | 282.82º | 1% | 0.4% | - |
| HSV(B) | 282.82º | 1% | 0.81% | - |
| XYZ | 23.17 | 10.66 | 59.23 | - |
| YUV | 67.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 206 | 0.29 | 1 | 0 | 0.19 | 282.82 | 1 | 0.4 |
| Hex | 93 | 0 | CE | 1D | 64 | 0 | 13 | 11B | 64 | 28 |
| Octal | 223 | 0 | 316 | 35 | 144 | 0 | 23 | 433 | 144 | 50 |
| Binary | 10010011 | 0 | 11001110 | 11101 | 1100100 | 0 | 10011 | 100011011 | 1100100 | 101000 |
Color Harmonies of #9300CE
Complementary color
Monochromatic Colors of #9300CE
Black with #9300CE
Text Example
Text Example
White with #9300CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9300CE; }
p { color: rgb(147,0,206); }
H1.HeaderClassName
{
color: #9300CE;
}
.AnyTagClassName
{
color: #9300CE;
}
</style>
background-color css
<style>
a { background-color: #9300CE; }
a { background-color: rgb(147,0,206); }
div.DivClassName
{
background-color: #9300CE;
}
.BgClassName
{
background-color: #9300CE;
}
</style>
border-color css
<style>
span { border-color: #9300CE; }
span { border-color: rgb(147,0,206); }
td.TdClassName
{
border-color: #9300CE;
}
.TagClassName
{
border-color: #9300CE;
}
</style>