Shades of Dark Violet #9307C4
Tints of Dark Violet #9307C4
RGB
CMYK
RGB Variations
Color information
#9307C4 (or 0x9307C4) is known color: Dark Violet. HEX triplet: 93, 07 and C4. RGB value is (147,7,196). Sum of RGB (Red+Green+Blue) = 147+7+196=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 196 (76.95% from 255 or 56% from 350); Max value from RGB is 196 - color contains mainly: blue. Hex color #9307C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9307C4 is #6CF83B. Grayscale: #454545. Windows color (decimal): -7141436 or 12846995. OLE color: 12846995.
HSL color Cylindrical-coordinate representation of color #9307C4: hue angle of 284.44º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9307C4 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 7 | 196 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.23 |
| HSL | 284.44º | 0.93% | 0.4% | - |
| HSV(B) | 284.44º | 0.96% | 0.77% | - |
| XYZ | 22.07 | 10.34 | 53.06 | - |
| YUV | 70.41 | 198.88 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 196 | 0.25 | 0.96 | 0 | 0.23 | 284.44 | 0.93 | 0.4 |
| Hex | 93 | 7 | C4 | 19 | 60 | 0 | 17 | 11C | 5D | 28 |
| Octal | 223 | 7 | 304 | 31 | 140 | 0 | 27 | 434 | 135 | 50 |
| Binary | 10010011 | 111 | 11000100 | 11001 | 1100000 | 0 | 10111 | 100011100 | 1011101 | 101000 |
Color Harmonies of #9307C4
Complementary color
Monochromatic Colors of #9307C4
Black with #9307C4
Text Example
Text Example
White with #9307C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9307C4; }
p { color: rgb(147,7,196); }
H1.HeaderClassName
{
color: #9307C4;
}
.AnyTagClassName
{
color: #9307C4;
}
</style>
background-color css
<style>
a { background-color: #9307C4; }
a { background-color: rgb(147,7,196); }
div.DivClassName
{
background-color: #9307C4;
}
.BgClassName
{
background-color: #9307C4;
}
</style>
border-color css
<style>
span { border-color: #9307C4; }
span { border-color: rgb(147,7,196); }
td.TdClassName
{
border-color: #9307C4;
}
.TagClassName
{
border-color: #9307C4;
}
</style>