Shades of Dark Violet #9A07CD
Tints of Dark Violet #9A07CD
RGB
CMYK
RGB Variations
Color information
#9A07CD (or 0x9A07CD) is known color: Dark Violet. HEX triplet: 9A, 07 and CD. RGB value is (154,7,205). Sum of RGB (Red+Green+Blue) = 154+7+205=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A07CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A07CD is #65F832. Grayscale: #484848. Windows color (decimal): -6682675 or 13436826. OLE color: 13436826.
HSL color Cylindrical-coordinate representation of color #9A07CD: hue angle of 284.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A07CD is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 7 | 205 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.20 |
| HSL | 284.55º | 0.93% | 0.42% | - |
| HSV(B) | 284.55º | 0.97% | 0.8% | - |
| XYZ | 24.42 | 11.43 | 58.68 | - |
| YUV | 73.53 | 202.2 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 205 | 0.25 | 0.97 | 0 | 0.20 | 284.55 | 0.93 | 0.42 |
| Hex | 9A | 7 | CD | 19 | 61 | 0 | 14 | 11D | 5D | 2A |
| Octal | 232 | 7 | 315 | 31 | 141 | 0 | 24 | 435 | 135 | 52 |
| Binary | 10011010 | 111 | 11001101 | 11001 | 1100001 | 0 | 10100 | 100011101 | 1011101 | 101010 |
Color Harmonies of #9A07CD
Complementary color
Monochromatic Colors of #9A07CD
Black with #9A07CD
Text Example
Text Example
White with #9A07CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A07CD; }
p { color: rgb(154,7,205); }
H1.HeaderClassName
{
color: #9A07CD;
}
.AnyTagClassName
{
color: #9A07CD;
}
</style>
background-color css
<style>
a { background-color: #9A07CD; }
a { background-color: rgb(154,7,205); }
div.DivClassName
{
background-color: #9A07CD;
}
.BgClassName
{
background-color: #9A07CD;
}
</style>
border-color css
<style>
span { border-color: #9A07CD; }
span { border-color: rgb(154,7,205); }
td.TdClassName
{
border-color: #9A07CD;
}
.TagClassName
{
border-color: #9A07CD;
}
</style>