Shades of Dark Violet #9F08CA
Tints of Dark Violet #9F08CA
RGB
CMYK
RGB Variations
Color information
#9F08CA (or 0x9F08CA) is known color: Dark Violet. HEX triplet: 9F, 08 and CA. RGB value is (159,8,202). Sum of RGB (Red+Green+Blue) = 159+8+202=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F08CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F08CA is #60F735. Grayscale: #4A4A4A. Windows color (decimal): -6354742 or 13240479. OLE color: 13240479.
HSL color Cylindrical-coordinate representation of color #9F08CA: hue angle of 286.7º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F08CA is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 8 | 202 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.21 |
| HSL | 286.7º | 0.92% | 0.41% | - |
| HSV(B) | 286.7º | 0.96% | 0.79% | - |
| XYZ | 25.05 | 11.81 | 56.84 | - |
| YUV | 75.27 | 199.53 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 202 | 0.21 | 0.96 | 0 | 0.21 | 286.7 | 0.92 | 0.41 |
| Hex | 9F | 8 | CA | 15 | 60 | 0 | 15 | 11F | 5C | 29 |
| Octal | 237 | 10 | 312 | 25 | 140 | 0 | 25 | 437 | 134 | 51 |
| Binary | 10011111 | 1000 | 11001010 | 10101 | 1100000 | 0 | 10101 | 100011111 | 1011100 | 101001 |
Color Harmonies of #9F08CA
Complementary color
Monochromatic Colors of #9F08CA
Black with #9F08CA
Text Example
Text Example
White with #9F08CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F08CA; }
p { color: rgb(159,8,202); }
H1.HeaderClassName
{
color: #9F08CA;
}
.AnyTagClassName
{
color: #9F08CA;
}
</style>
background-color css
<style>
a { background-color: #9F08CA; }
a { background-color: rgb(159,8,202); }
div.DivClassName
{
background-color: #9F08CA;
}
.BgClassName
{
background-color: #9F08CA;
}
</style>
border-color css
<style>
span { border-color: #9F08CA; }
span { border-color: rgb(159,8,202); }
td.TdClassName
{
border-color: #9F08CA;
}
.TagClassName
{
border-color: #9F08CA;
}
</style>