Shades of Dark Violet #9301C2
Tints of Dark Violet #9301C2
RGB
CMYK
RGB Variations
Color information
#9301C2 (or 0x9301C2) is known color: Dark Violet. HEX triplet: 93, 01 and C2. RGB value is (147,1,194). Sum of RGB (Red+Green+Blue) = 147+1+194=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #9301C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9301C2 is #6CFE3D. Grayscale: #424242. Windows color (decimal): -7142974 or 12714387. OLE color: 12714387.
HSL color Cylindrical-coordinate representation of color #9301C2: hue angle of 285.39º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9301C2 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 1 | 194 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.24 |
| HSL | 285.39º | 0.99% | 0.38% | - |
| HSV(B) | 285.39º | 0.99% | 0.76% | - |
| XYZ | 21.78 | 10.12 | 51.84 | - |
| YUV | 66.66 | 199.87 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 194 | 0.24 | 0.99 | 0 | 0.24 | 285.39 | 0.99 | 0.38 |
| Hex | 93 | 1 | C2 | 18 | 63 | 0 | 18 | 11D | 63 | 26 |
| Octal | 223 | 1 | 302 | 30 | 143 | 0 | 30 | 435 | 143 | 46 |
| Binary | 10010011 | 1 | 11000010 | 11000 | 1100011 | 0 | 11000 | 100011101 | 1100011 | 100110 |
Color Harmonies of #9301C2
Complementary color
Monochromatic Colors of #9301C2
Black with #9301C2
Text Example
Text Example
White with #9301C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9301C2; }
p { color: rgb(147,1,194); }
H1.HeaderClassName
{
color: #9301C2;
}
.AnyTagClassName
{
color: #9301C2;
}
</style>
background-color css
<style>
a { background-color: #9301C2; }
a { background-color: rgb(147,1,194); }
div.DivClassName
{
background-color: #9301C2;
}
.BgClassName
{
background-color: #9301C2;
}
</style>
border-color css
<style>
span { border-color: #9301C2; }
span { border-color: rgb(147,1,194); }
td.TdClassName
{
border-color: #9301C2;
}
.TagClassName
{
border-color: #9301C2;
}
</style>