Shades of Dark Violet #9A08CF
Tints of Dark Violet #9A08CF
RGB
CMYK
RGB Variations
Color information
#9A08CF (or 0x9A08CF) is known color: Dark Violet. HEX triplet: 9A, 08 and CF. RGB value is (154,8,207). Sum of RGB (Red+Green+Blue) = 154+8+207=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A08CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A08CF is #65F730. Grayscale: #494949. Windows color (decimal): -6682417 or 13568154. OLE color: 13568154.
HSL color Cylindrical-coordinate representation of color #9A08CF: hue angle of 284.02º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A08CF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 8 | 207 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.19 |
| HSL | 284.02º | 0.93% | 0.42% | - |
| HSV(B) | 284.02º | 0.96% | 0.81% | - |
| XYZ | 24.68 | 11.55 | 59.96 | - |
| YUV | 74.34 | 202.87 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 207 | 0.26 | 0.96 | 0 | 0.19 | 284.02 | 0.93 | 0.42 |
| Hex | 9A | 8 | CF | 1A | 60 | 0 | 13 | 11C | 5D | 2A |
| Octal | 232 | 10 | 317 | 32 | 140 | 0 | 23 | 434 | 135 | 52 |
| Binary | 10011010 | 1000 | 11001111 | 11010 | 1100000 | 0 | 10011 | 100011100 | 1011101 | 101010 |
Color Harmonies of #9A08CF
Complementary color
Monochromatic Colors of #9A08CF
Black with #9A08CF
Text Example
Text Example
White with #9A08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A08CF; }
p { color: rgb(154,8,207); }
H1.HeaderClassName
{
color: #9A08CF;
}
.AnyTagClassName
{
color: #9A08CF;
}
</style>
background-color css
<style>
a { background-color: #9A08CF; }
a { background-color: rgb(154,8,207); }
div.DivClassName
{
background-color: #9A08CF;
}
.BgClassName
{
background-color: #9A08CF;
}
</style>
border-color css
<style>
span { border-color: #9A08CF; }
span { border-color: rgb(154,8,207); }
td.TdClassName
{
border-color: #9A08CF;
}
.TagClassName
{
border-color: #9A08CF;
}
</style>