Shades of Dark Violet #9A07CC
Tints of Dark Violet #9A07CC
RGB
CMYK
RGB Variations
Color information
#9A07CC (or 0x9A07CC) is known color: Dark Violet. HEX triplet: 9A, 07 and CC. RGB value is (154,7,204). Sum of RGB (Red+Green+Blue) = 154+7+204=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A07CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A07CC is #65F833. Grayscale: #484848. Windows color (decimal): -6682676 or 13371290. OLE color: 13371290.
HSL color Cylindrical-coordinate representation of color #9A07CC: hue angle of 284.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A07CC is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 7 | 204 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.2 |
| HSL | 284.77º | 0.93% | 0.41% | - |
| HSV(B) | 284.77º | 0.97% | 0.8% | - |
| XYZ | 24.3 | 11.38 | 58.04 | - |
| YUV | 73.41 | 201.7 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 204 | 0.25 | 0.97 | 0 | 0.2 | 284.77 | 0.93 | 0.41 |
| Hex | 9A | 7 | CC | 19 | 61 | 0 | 14 | 11D | 5D | 29 |
| Octal | 232 | 7 | 314 | 31 | 141 | 0 | 24 | 435 | 135 | 51 |
| Binary | 10011010 | 111 | 11001100 | 11001 | 1100001 | 0 | 10100 | 100011101 | 1011101 | 101001 |
Color Harmonies of #9A07CC
Complementary color
Monochromatic Colors of #9A07CC
Black with #9A07CC
Text Example
Text Example
White with #9A07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A07CC; }
p { color: rgb(154,7,204); }
H1.HeaderClassName
{
color: #9A07CC;
}
.AnyTagClassName
{
color: #9A07CC;
}
</style>
background-color css
<style>
a { background-color: #9A07CC; }
a { background-color: rgb(154,7,204); }
div.DivClassName
{
background-color: #9A07CC;
}
.BgClassName
{
background-color: #9A07CC;
}
</style>
border-color css
<style>
span { border-color: #9A07CC; }
span { border-color: rgb(154,7,204); }
td.TdClassName
{
border-color: #9A07CC;
}
.TagClassName
{
border-color: #9A07CC;
}
</style>