Shades of Dark Violet #9305C1
Tints of Dark Violet #9305C1
RGB
CMYK
RGB Variations
Color information
#9305C1 (or 0x9305C1) is known color: Dark Violet. HEX triplet: 93, 05 and C1. RGB value is (147,5,193). Sum of RGB (Red+Green+Blue) = 147+5+193=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #9305C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9305C1 is #6CFA3E. Grayscale: #444444. Windows color (decimal): -7141951 or 12649875. OLE color: 12649875.
HSL color Cylindrical-coordinate representation of color #9305C1: hue angle of 285.32º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9305C1 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 5 | 193 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.24 |
| HSL | 285.32º | 0.95% | 0.39% | - |
| HSV(B) | 285.32º | 0.97% | 0.76% | - |
| XYZ | 21.71 | 10.16 | 51.27 | - |
| YUV | 68.89 | 198.04 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 193 | 0.24 | 0.97 | 0 | 0.24 | 285.32 | 0.95 | 0.39 |
| Hex | 93 | 5 | C1 | 18 | 61 | 0 | 18 | 11D | 5F | 27 |
| Octal | 223 | 5 | 301 | 30 | 141 | 0 | 30 | 435 | 137 | 47 |
| Binary | 10010011 | 101 | 11000001 | 11000 | 1100001 | 0 | 11000 | 100011101 | 1011111 | 100111 |
Color Harmonies of #9305C1
Complementary color
Monochromatic Colors of #9305C1
Black with #9305C1
Text Example
Text Example
White with #9305C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9305C1; }
p { color: rgb(147,5,193); }
H1.HeaderClassName
{
color: #9305C1;
}
.AnyTagClassName
{
color: #9305C1;
}
</style>
background-color css
<style>
a { background-color: #9305C1; }
a { background-color: rgb(147,5,193); }
div.DivClassName
{
background-color: #9305C1;
}
.BgClassName
{
background-color: #9305C1;
}
</style>
border-color css
<style>
span { border-color: #9305C1; }
span { border-color: rgb(147,5,193); }
td.TdClassName
{
border-color: #9305C1;
}
.TagClassName
{
border-color: #9305C1;
}
</style>