Shades of Dark Violet #9A00F3
Tints of Dark Violet #9A00F3
RGB
CMYK
RGB Variations
Color information
#9A00F3 (or 0x9A00F3) is known color: Dark Violet. HEX triplet: 9A, 00 and F3. RGB value is (154,0,243). Sum of RGB (Red+Green+Blue) = 154+0+243=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 243 (95.31% from 255 or 61.21% from 397); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A00F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A00F3 is #65FF0C. Grayscale: #484848. Windows color (decimal): -6684429 or 15925402. OLE color: 15925402.
HSL color Cylindrical-coordinate representation of color #9A00F3: hue angle of 278.02º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00F3 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 0 | 243 | - |
| CMYK | 0.37 | 1 | 0 | 0.05 |
| HSL | 278.02º | 1% | 0.48% | - |
| HSV(B) | 278.02º | 1% | 0.95% | - |
| XYZ | 29.5 | 13.34 | 85.81 | - |
| YUV | 73.75 | 223.52 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 243 | 0.37 | 1 | 0 | 0.05 | 278.02 | 1 | 0.48 |
| Hex | 9A | 0 | F3 | 25 | 64 | 0 | 5 | 116 | 64 | 30 |
| Octal | 232 | 0 | 363 | 45 | 144 | 0 | 5 | 426 | 144 | 60 |
| Binary | 10011010 | 0 | 11110011 | 100101 | 1100100 | 0 | 101 | 100010110 | 1100100 | 110000 |
Color Harmonies of #9A00F3
Complementary color
Monochromatic Colors of #9A00F3
Black with #9A00F3
Text Example
Text Example
White with #9A00F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00F3; }
p { color: rgb(154,0,243); }
H1.HeaderClassName
{
color: #9A00F3;
}
.AnyTagClassName
{
color: #9A00F3;
}
</style>
background-color css
<style>
a { background-color: #9A00F3; }
a { background-color: rgb(154,0,243); }
div.DivClassName
{
background-color: #9A00F3;
}
.BgClassName
{
background-color: #9A00F3;
}
</style>
border-color css
<style>
span { border-color: #9A00F3; }
span { border-color: rgb(154,0,243); }
td.TdClassName
{
border-color: #9A00F3;
}
.TagClassName
{
border-color: #9A00F3;
}
</style>