Shades of Dark Violet #9A07D3
Tints of Dark Violet #9A07D3
RGB
CMYK
RGB Variations
Color information
#9A07D3 (or 0x9A07D3) is known color: Dark Violet. HEX triplet: 9A, 07 and D3. RGB value is (154,7,211). Sum of RGB (Red+Green+Blue) = 154+7+211=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 211 (82.81% from 255 or 56.72% from 372); Max value from RGB is 211 - color contains mainly: blue. Hex color #9A07D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A07D3 is #65F82C. Grayscale: #494949. Windows color (decimal): -6682669 or 13830042. OLE color: 13830042.
HSL color Cylindrical-coordinate representation of color #9A07D3: hue angle of 283.24º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A07D3 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 7 | 211 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.17 |
| HSL | 283.24º | 0.94% | 0.43% | - |
| HSV(B) | 283.24º | 0.97% | 0.83% | - |
| XYZ | 25.16 | 11.73 | 62.57 | - |
| YUV | 74.21 | 205.2 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 211 | 0.27 | 0.97 | 0 | 0.17 | 283.24 | 0.94 | 0.43 |
| Hex | 9A | 7 | D3 | 1B | 61 | 0 | 11 | 11B | 5E | 2B |
| Octal | 232 | 7 | 323 | 33 | 141 | 0 | 21 | 433 | 136 | 53 |
| Binary | 10011010 | 111 | 11010011 | 11011 | 1100001 | 0 | 10001 | 100011011 | 1011110 | 101011 |
Color Harmonies of #9A07D3
Complementary color
Monochromatic Colors of #9A07D3
Black with #9A07D3
Text Example
Text Example
White with #9A07D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A07D3; }
p { color: rgb(154,7,211); }
H1.HeaderClassName
{
color: #9A07D3;
}
.AnyTagClassName
{
color: #9A07D3;
}
</style>
background-color css
<style>
a { background-color: #9A07D3; }
a { background-color: rgb(154,7,211); }
div.DivClassName
{
background-color: #9A07D3;
}
.BgClassName
{
background-color: #9A07D3;
}
</style>
border-color css
<style>
span { border-color: #9A07D3; }
span { border-color: rgb(154,7,211); }
td.TdClassName
{
border-color: #9A07D3;
}
.TagClassName
{
border-color: #9A07D3;
}
</style>