Shades of Dark Violet #9A05CF
Tints of Dark Violet #9A05CF
RGB
CMYK
RGB Variations
Color information
#9A05CF (or 0x9A05CF) is known color: Dark Violet. HEX triplet: 9A, 05 and CF. RGB value is (154,5,207). Sum of RGB (Red+Green+Blue) = 154+5+207=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A05CF is #65FA30. Grayscale: #474747. Windows color (decimal): -6683185 or 13567386. OLE color: 13567386.
HSL color Cylindrical-coordinate representation of color #9A05CF: hue angle of 284.26º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A05CF is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 5 | 207 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.19 |
| HSL | 284.26º | 0.95% | 0.42% | - |
| HSV(B) | 284.26º | 0.98% | 0.81% | - |
| XYZ | 24.64 | 11.48 | 59.95 | - |
| YUV | 72.58 | 203.86 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 5 | 207 | 0.26 | 0.98 | 0 | 0.19 | 284.26 | 0.95 | 0.42 |
| Hex | 9A | 5 | CF | 1A | 62 | 0 | 13 | 11C | 5F | 2A |
| Octal | 232 | 5 | 317 | 32 | 142 | 0 | 23 | 434 | 137 | 52 |
| Binary | 10011010 | 101 | 11001111 | 11010 | 1100010 | 0 | 10011 | 100011100 | 1011111 | 101010 |
Color Harmonies of #9A05CF
Complementary color
Monochromatic Colors of #9A05CF
Black with #9A05CF
Text Example
Text Example
White with #9A05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A05CF; }
p { color: rgb(154,5,207); }
H1.HeaderClassName
{
color: #9A05CF;
}
.AnyTagClassName
{
color: #9A05CF;
}
</style>
background-color css
<style>
a { background-color: #9A05CF; }
a { background-color: rgb(154,5,207); }
div.DivClassName
{
background-color: #9A05CF;
}
.BgClassName
{
background-color: #9A05CF;
}
</style>
border-color css
<style>
span { border-color: #9A05CF; }
span { border-color: rgb(154,5,207); }
td.TdClassName
{
border-color: #9A05CF;
}
.TagClassName
{
border-color: #9A05CF;
}
</style>