Shades of Dark Violet #9300CC
Tints of Dark Violet #9300CC
RGB
CMYK
RGB Variations
Color information
#9300CC (or 0x9300CC) is known color: Dark Violet. HEX triplet: 93, 00 and CC. RGB value is (147,0,204). Sum of RGB (Red+Green+Blue) = 147+0+204=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #9300CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300CC is #6CFF33. Grayscale: #424242. Windows color (decimal): -7143220 or 13369491. OLE color: 13369491.
HSL color Cylindrical-coordinate representation of color #9300CC: hue angle of 283.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300CC is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 0 | 204 | - |
| CMYK | 0.28 | 1 | 0 | 0.2 |
| HSL | 283.24º | 1% | 0.4% | - |
| HSV(B) | 283.24º | 1% | 0.8% | - |
| XYZ | 22.93 | 10.56 | 57.96 | - |
| YUV | 67.21 | 205.2 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 204 | 0.28 | 1 | 0 | 0.2 | 283.24 | 1 | 0.4 |
| Hex | 93 | 0 | CC | 1C | 64 | 0 | 14 | 11B | 64 | 28 |
| Octal | 223 | 0 | 314 | 34 | 144 | 0 | 24 | 433 | 144 | 50 |
| Binary | 10010011 | 0 | 11001100 | 11100 | 1100100 | 0 | 10100 | 100011011 | 1100100 | 101000 |
Color Harmonies of #9300CC
Complementary color
Monochromatic Colors of #9300CC
Black with #9300CC
Text Example
Text Example
White with #9300CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9300CC; }
p { color: rgb(147,0,204); }
H1.HeaderClassName
{
color: #9300CC;
}
.AnyTagClassName
{
color: #9300CC;
}
</style>
background-color css
<style>
a { background-color: #9300CC; }
a { background-color: rgb(147,0,204); }
div.DivClassName
{
background-color: #9300CC;
}
.BgClassName
{
background-color: #9300CC;
}
</style>
border-color css
<style>
span { border-color: #9300CC; }
span { border-color: rgb(147,0,204); }
td.TdClassName
{
border-color: #9300CC;
}
.TagClassName
{
border-color: #9300CC;
}
</style>