Shades of Dark Violet #9A09CF
Tints of Dark Violet #9A09CF
RGB
CMYK
RGB Variations
Color information
#9A09CF (or 0x9A09CF) is known color: Dark Violet. HEX triplet: 9A, 09 and CF. RGB value is (154,9,207). Sum of RGB (Red+Green+Blue) = 154+9+207=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A09CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A09CF is #65F630. Grayscale: #4A4A4A. Windows color (decimal): -6682161 or 13568410. OLE color: 13568410.
HSL color Cylindrical-coordinate representation of color #9A09CF: hue angle of 283.94º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A09CF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 9 | 207 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.19 |
| HSL | 283.94º | 0.92% | 0.42% | - |
| HSV(B) | 283.94º | 0.96% | 0.81% | - |
| XYZ | 24.69 | 11.57 | 59.96 | - |
| YUV | 74.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 207 | 0.26 | 0.96 | 0 | 0.19 | 283.94 | 0.92 | 0.42 |
| Hex | 9A | 9 | CF | 1A | 60 | 0 | 13 | 11C | 5C | 2A |
| Octal | 232 | 11 | 317 | 32 | 140 | 0 | 23 | 434 | 134 | 52 |
| Binary | 10011010 | 1001 | 11001111 | 11010 | 1100000 | 0 | 10011 | 100011100 | 1011100 | 101010 |
Color Harmonies of #9A09CF
Complementary color
Monochromatic Colors of #9A09CF
Black with #9A09CF
Text Example
Text Example
White with #9A09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A09CF; }
p { color: rgb(154,9,207); }
H1.HeaderClassName
{
color: #9A09CF;
}
.AnyTagClassName
{
color: #9A09CF;
}
</style>
background-color css
<style>
a { background-color: #9A09CF; }
a { background-color: rgb(154,9,207); }
div.DivClassName
{
background-color: #9A09CF;
}
.BgClassName
{
background-color: #9A09CF;
}
</style>
border-color css
<style>
span { border-color: #9A09CF; }
span { border-color: rgb(154,9,207); }
td.TdClassName
{
border-color: #9A09CF;
}
.TagClassName
{
border-color: #9A09CF;
}
</style>