Shades of Dark Violet #9A09C1
Tints of Dark Violet #9A09C1
RGB
CMYK
RGB Variations
Color information
#9A09C1 (or 0x9A09C1) is known color: Dark Violet. HEX triplet: 9A, 09 and C1. RGB value is (154,9,193). Sum of RGB (Red+Green+Blue) = 154+9+193=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A09C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A09C1 is #65F63E. Grayscale: #484848. Windows color (decimal): -6682175 or 12650906. OLE color: 12650906.
HSL color Cylindrical-coordinate representation of color #9A09C1: hue angle of 287.28º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A09C1 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 9 | 193 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.24 |
| HSL | 287.28º | 0.91% | 0.4% | - |
| HSV(B) | 287.28º | 0.95% | 0.76% | - |
| XYZ | 23.05 | 10.92 | 51.34 | - |
| YUV | 73.33 | 195.54 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 193 | 0.20 | 0.95 | 0 | 0.24 | 287.28 | 0.91 | 0.4 |
| Hex | 9A | 9 | C1 | 14 | 5F | 0 | 18 | 11F | 5B | 28 |
| Octal | 232 | 11 | 301 | 24 | 137 | 0 | 30 | 437 | 133 | 50 |
| Binary | 10011010 | 1001 | 11000001 | 10100 | 1011111 | 0 | 11000 | 100011111 | 1011011 | 101000 |
Color Harmonies of #9A09C1
Complementary color
Monochromatic Colors of #9A09C1
Black with #9A09C1
Text Example
Text Example
White with #9A09C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A09C1; }
p { color: rgb(154,9,193); }
H1.HeaderClassName
{
color: #9A09C1;
}
.AnyTagClassName
{
color: #9A09C1;
}
</style>
background-color css
<style>
a { background-color: #9A09C1; }
a { background-color: rgb(154,9,193); }
div.DivClassName
{
background-color: #9A09C1;
}
.BgClassName
{
background-color: #9A09C1;
}
</style>
border-color css
<style>
span { border-color: #9A09C1; }
span { border-color: rgb(154,9,193); }
td.TdClassName
{
border-color: #9A09C1;
}
.TagClassName
{
border-color: #9A09C1;
}
</style>