Shades of Dark Violet #9F09CA
Tints of Dark Violet #9F09CA
RGB
CMYK
RGB Variations
Color information
#9F09CA (or 0x9F09CA) is known color: Dark Violet. HEX triplet: 9F, 09 and CA. RGB value is (159,9,202). Sum of RGB (Red+Green+Blue) = 159+9+202=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F09CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F09CA is #60F635. Grayscale: #4B4B4B. Windows color (decimal): -6354486 or 13240735. OLE color: 13240735.
HSL color Cylindrical-coordinate representation of color #9F09CA: hue angle of 286.63º degrees, saturation: 0.91, 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 #9F09CA is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 9 | 202 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.21 |
| HSL | 286.63º | 0.91% | 0.41% | - |
| HSV(B) | 286.63º | 0.96% | 0.79% | - |
| XYZ | 25.06 | 11.83 | 56.84 | - |
| YUV | 75.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 202 | 0.21 | 0.96 | 0 | 0.21 | 286.63 | 0.91 | 0.41 |
| Hex | 9F | 9 | CA | 15 | 60 | 0 | 15 | 11F | 5B | 29 |
| Octal | 237 | 11 | 312 | 25 | 140 | 0 | 25 | 437 | 133 | 51 |
| Binary | 10011111 | 1001 | 11001010 | 10101 | 1100000 | 0 | 10101 | 100011111 | 1011011 | 101001 |
Color Harmonies of #9F09CA
Complementary color
Monochromatic Colors of #9F09CA
Black with #9F09CA
Text Example
Text Example
White with #9F09CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F09CA; }
p { color: rgb(159,9,202); }
H1.HeaderClassName
{
color: #9F09CA;
}
.AnyTagClassName
{
color: #9F09CA;
}
</style>
background-color css
<style>
a { background-color: #9F09CA; }
a { background-color: rgb(159,9,202); }
div.DivClassName
{
background-color: #9F09CA;
}
.BgClassName
{
background-color: #9F09CA;
}
</style>
border-color css
<style>
span { border-color: #9F09CA; }
span { border-color: rgb(159,9,202); }
td.TdClassName
{
border-color: #9F09CA;
}
.TagClassName
{
border-color: #9F09CA;
}
</style>