Shades of Dark Violet #9A06F3
Tints of Dark Violet #9A06F3
RGB
CMYK
RGB Variations
Color information
#9A06F3 (or 0x9A06F3) is known color: Dark Violet. HEX triplet: 9A, 06 and F3. RGB value is (154,6,243). Sum of RGB (Red+Green+Blue) = 154+6+243=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 243 (95.31% from 255 or 60.30% from 403); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A06F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A06F3 is #65F90C. Grayscale: #4C4C4C. Windows color (decimal): -6682893 or 15926938. OLE color: 15926938.
HSL color Cylindrical-coordinate representation of color #9A06F3: hue angle of 277.47º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A06F3 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 6 | 243 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.05 |
| HSL | 277.47º | 0.95% | 0.49% | - |
| HSV(B) | 277.47º | 0.98% | 0.95% | - |
| XYZ | 29.57 | 13.47 | 85.84 | - |
| YUV | 77.27 | 221.53 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 243 | 0.37 | 0.98 | 0 | 0.05 | 277.47 | 0.95 | 0.49 |
| Hex | 9A | 6 | F3 | 25 | 62 | 0 | 5 | 115 | 5F | 31 |
| Octal | 232 | 6 | 363 | 45 | 142 | 0 | 5 | 425 | 137 | 61 |
| Binary | 10011010 | 110 | 11110011 | 100101 | 1100010 | 0 | 101 | 100010101 | 1011111 | 110001 |
Color Harmonies of #9A06F3
Complementary color
Monochromatic Colors of #9A06F3
Black with #9A06F3
Text Example
Text Example
White with #9A06F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A06F3; }
p { color: rgb(154,6,243); }
H1.HeaderClassName
{
color: #9A06F3;
}
.AnyTagClassName
{
color: #9A06F3;
}
</style>
background-color css
<style>
a { background-color: #9A06F3; }
a { background-color: rgb(154,6,243); }
div.DivClassName
{
background-color: #9A06F3;
}
.BgClassName
{
background-color: #9A06F3;
}
</style>
border-color css
<style>
span { border-color: #9A06F3; }
span { border-color: rgb(154,6,243); }
td.TdClassName
{
border-color: #9A06F3;
}
.TagClassName
{
border-color: #9A06F3;
}
</style>