Shades of Dark Violet #9A07F2
Tints of Dark Violet #9A07F2
RGB
CMYK
RGB Variations
Color information
#9A07F2 (or 0x9A07F2) is known color: Dark Violet. HEX triplet: 9A, 07 and F2. RGB value is (154,7,242). Sum of RGB (Red+Green+Blue) = 154+7+242=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #9A07F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A07F2 is #65F80D. Grayscale: #4C4C4C. Windows color (decimal): -6682638 or 15861658. OLE color: 15861658.
HSL color Cylindrical-coordinate representation of color #9A07F2: hue angle of 277.53º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A07F2 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 7 | 242 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.05 |
| HSL | 277.53º | 0.94% | 0.49% | - |
| HSV(B) | 277.53º | 0.97% | 0.95% | - |
| XYZ | 29.43 | 13.43 | 85.05 | - |
| YUV | 77.74 | 220.7 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 242 | 0.36 | 0.97 | 0 | 0.05 | 277.53 | 0.94 | 0.49 |
| Hex | 9A | 7 | F2 | 24 | 61 | 0 | 5 | 116 | 5E | 31 |
| Octal | 232 | 7 | 362 | 44 | 141 | 0 | 5 | 426 | 136 | 61 |
| Binary | 10011010 | 111 | 11110010 | 100100 | 1100001 | 0 | 101 | 100010110 | 1011110 | 110001 |
Color Harmonies of #9A07F2
Complementary color
Monochromatic Colors of #9A07F2
Black with #9A07F2
Text Example
Text Example
White with #9A07F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A07F2; }
p { color: rgb(154,7,242); }
H1.HeaderClassName
{
color: #9A07F2;
}
.AnyTagClassName
{
color: #9A07F2;
}
</style>
background-color css
<style>
a { background-color: #9A07F2; }
a { background-color: rgb(154,7,242); }
div.DivClassName
{
background-color: #9A07F2;
}
.BgClassName
{
background-color: #9A07F2;
}
</style>
border-color css
<style>
span { border-color: #9A07F2; }
span { border-color: rgb(154,7,242); }
td.TdClassName
{
border-color: #9A07F2;
}
.TagClassName
{
border-color: #9A07F2;
}
</style>