Shades of Dark Violet #9A07CA
Tints of Dark Violet #9A07CA
RGB
CMYK
RGB Variations
Color information
#9A07CA (or 0x9A07CA) is known color: Dark Violet. HEX triplet: 9A, 07 and CA. RGB value is (154,7,202). Sum of RGB (Red+Green+Blue) = 154+7+202=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A07CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A07CA is #65F835. Grayscale: #484848. Windows color (decimal): -6682678 or 13240218. OLE color: 13240218.
HSL color Cylindrical-coordinate representation of color #9A07CA: hue angle of 285.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A07CA is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 7 | 202 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.21 |
| HSL | 285.23º | 0.93% | 0.41% | - |
| HSV(B) | 285.23º | 0.97% | 0.79% | - |
| XYZ | 24.06 | 11.29 | 56.79 | - |
| YUV | 73.18 | 200.7 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 202 | 0.24 | 0.97 | 0 | 0.21 | 285.23 | 0.93 | 0.41 |
| Hex | 9A | 7 | CA | 18 | 61 | 0 | 15 | 11D | 5D | 29 |
| Octal | 232 | 7 | 312 | 30 | 141 | 0 | 25 | 435 | 135 | 51 |
| Binary | 10011010 | 111 | 11001010 | 11000 | 1100001 | 0 | 10101 | 100011101 | 1011101 | 101001 |
Color Harmonies of #9A07CA
Complementary color
Monochromatic Colors of #9A07CA
Black with #9A07CA
Text Example
Text Example
White with #9A07CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A07CA; }
p { color: rgb(154,7,202); }
H1.HeaderClassName
{
color: #9A07CA;
}
.AnyTagClassName
{
color: #9A07CA;
}
</style>
background-color css
<style>
a { background-color: #9A07CA; }
a { background-color: rgb(154,7,202); }
div.DivClassName
{
background-color: #9A07CA;
}
.BgClassName
{
background-color: #9A07CA;
}
</style>
border-color css
<style>
span { border-color: #9A07CA; }
span { border-color: rgb(154,7,202); }
td.TdClassName
{
border-color: #9A07CA;
}
.TagClassName
{
border-color: #9A07CA;
}
</style>