Shades of Dark Violet #9309C4
Tints of Dark Violet #9309C4
RGB
CMYK
RGB Variations
Color information
#9309C4 (or 0x9309C4) is known color: Dark Violet. HEX triplet: 93, 09 and C4. RGB value is (147,9,196). Sum of RGB (Red+Green+Blue) = 147+9+196=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 196 (76.95% from 255 or 55.68% from 352); Max value from RGB is 196 - color contains mainly: blue. Hex color #9309C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9309C4 is #6CF63B. Grayscale: #464646. Windows color (decimal): -7140924 or 12847507. OLE color: 12847507.
HSL color Cylindrical-coordinate representation of color #9309C4: hue angle of 284.28º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9309C4 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 9 | 196 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.23 |
| HSL | 284.28º | 0.91% | 0.4% | - |
| HSV(B) | 284.28º | 0.95% | 0.77% | - |
| XYZ | 22.09 | 10.38 | 53.06 | - |
| YUV | 71.58 | 198.22 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 196 | 0.25 | 0.95 | 0 | 0.23 | 284.28 | 0.91 | 0.4 |
| Hex | 93 | 9 | C4 | 19 | 5F | 0 | 17 | 11C | 5B | 28 |
| Octal | 223 | 11 | 304 | 31 | 137 | 0 | 27 | 434 | 133 | 50 |
| Binary | 10010011 | 1001 | 11000100 | 11001 | 1011111 | 0 | 10111 | 100011100 | 1011011 | 101000 |
Color Harmonies of #9309C4
Complementary color
Monochromatic Colors of #9309C4
Black with #9309C4
Text Example
Text Example
White with #9309C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9309C4; }
p { color: rgb(147,9,196); }
H1.HeaderClassName
{
color: #9309C4;
}
.AnyTagClassName
{
color: #9309C4;
}
</style>
background-color css
<style>
a { background-color: #9309C4; }
a { background-color: rgb(147,9,196); }
div.DivClassName
{
background-color: #9309C4;
}
.BgClassName
{
background-color: #9309C4;
}
</style>
border-color css
<style>
span { border-color: #9309C4; }
span { border-color: rgb(147,9,196); }
td.TdClassName
{
border-color: #9309C4;
}
.TagClassName
{
border-color: #9309C4;
}
</style>