Shades of Dark Violet #9300CF
Tints of Dark Violet #9300CF
RGB
CMYK
RGB Variations
Color information
#9300CF (or 0x9300CF) is known color: Dark Violet. HEX triplet: 93, 00 and CF. RGB value is (147,0,207). Sum of RGB (Red+Green+Blue) = 147+0+207=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #9300CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300CF is #6CFF30. Grayscale: #424242. Windows color (decimal): -7143217 or 13566099. OLE color: 13566099.
HSL color Cylindrical-coordinate representation of color #9300CF: hue angle of 282.61º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300CF is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 0 | 207 | - |
| CMYK | 0.29 | 1 | 0 | 0.19 |
| HSL | 282.61º | 1% | 0.41% | - |
| HSV(B) | 282.61º | 1% | 0.81% | - |
| XYZ | 23.3 | 10.71 | 59.87 | - |
| YUV | 67.55 | 206.7 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 207 | 0.29 | 1 | 0 | 0.19 | 282.61 | 1 | 0.41 |
| Hex | 93 | 0 | CF | 1D | 64 | 0 | 13 | 11B | 64 | 29 |
| Octal | 223 | 0 | 317 | 35 | 144 | 0 | 23 | 433 | 144 | 51 |
| Binary | 10010011 | 0 | 11001111 | 11101 | 1100100 | 0 | 10011 | 100011011 | 1100100 | 101001 |
Color Harmonies of #9300CF
Complementary color
Monochromatic Colors of #9300CF
Black with #9300CF
Text Example
Text Example
White with #9300CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9300CF; }
p { color: rgb(147,0,207); }
H1.HeaderClassName
{
color: #9300CF;
}
.AnyTagClassName
{
color: #9300CF;
}
</style>
background-color css
<style>
a { background-color: #9300CF; }
a { background-color: rgb(147,0,207); }
div.DivClassName
{
background-color: #9300CF;
}
.BgClassName
{
background-color: #9300CF;
}
</style>
border-color css
<style>
span { border-color: #9300CF; }
span { border-color: rgb(147,0,207); }
td.TdClassName
{
border-color: #9300CF;
}
.TagClassName
{
border-color: #9300CF;
}
</style>