Shades of Dark Violet #8F09CA
Tints of Dark Violet #8F09CA
RGB
CMYK
RGB Variations
Color information
#8F09CA (or 0x8F09CA) is known color: Dark Violet. HEX triplet: 8F, 09 and CA. RGB value is (143,9,202). Sum of RGB (Red+Green+Blue) = 143+9+202=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F09CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F09CA is #70F635. Grayscale: #464646. Windows color (decimal): -7403062 or 13240719. OLE color: 13240719.
HSL color Cylindrical-coordinate representation of color #8F09CA: hue angle of 281.66º 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 #8F09CA is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 9 | 202 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.21 |
| HSL | 281.66º | 0.91% | 0.41% | - |
| HSV(B) | 281.66º | 0.96% | 0.79% | - |
| XYZ | 22.09 | 10.3 | 56.7 | - |
| YUV | 71.07 | 201.89 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 202 | 0.29 | 0.96 | 0 | 0.21 | 281.66 | 0.91 | 0.41 |
| Hex | 8F | 9 | CA | 1D | 60 | 0 | 15 | 11A | 5B | 29 |
| Octal | 217 | 11 | 312 | 35 | 140 | 0 | 25 | 432 | 133 | 51 |
| Binary | 10001111 | 1001 | 11001010 | 11101 | 1100000 | 0 | 10101 | 100011010 | 1011011 | 101001 |
Color Harmonies of #8F09CA
Complementary color
Monochromatic Colors of #8F09CA
Black with #8F09CA
Text Example
Text Example
White with #8F09CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F09CA; }
p { color: rgb(143,9,202); }
H1.HeaderClassName
{
color: #8F09CA;
}
.AnyTagClassName
{
color: #8F09CA;
}
</style>
background-color css
<style>
a { background-color: #8F09CA; }
a { background-color: rgb(143,9,202); }
div.DivClassName
{
background-color: #8F09CA;
}
.BgClassName
{
background-color: #8F09CA;
}
</style>
border-color css
<style>
span { border-color: #8F09CA; }
span { border-color: rgb(143,9,202); }
td.TdClassName
{
border-color: #8F09CA;
}
.TagClassName
{
border-color: #8F09CA;
}
</style>