Shades of Dark Orchid #9F3ACF
Tints of Dark Orchid #9F3ACF
RGB
CMYK
RGB Variations
Color information
#9F3ACF (or 0x9F3ACF) is known color: Dark Orchid. HEX triplet: 9F, 3A and CF. RGB value is (159,58,207). Sum of RGB (Red+Green+Blue) = 159+58+207=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F3ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3ACF is #60C530. Grayscale: #686868. Windows color (decimal): -6341937 or 13580959. OLE color: 13580959.
HSL color Cylindrical-coordinate representation of color #9F3ACF: hue angle of 280.67º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F3ACF is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 58 | 207 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.19 |
| HSL | 280.67º | 0.61% | 0.52% | - |
| HSV(B) | 280.67º | 0.72% | 0.81% | - |
| XYZ | 27.07 | 14.9 | 60.48 | - |
| YUV | 105.19 | 185.46 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 207 | 0.23 | 0.72 | 0 | 0.19 | 280.67 | 0.61 | 0.52 |
| Hex | 9F | 3A | CF | 17 | 48 | 0 | 13 | 119 | 3D | 34 |
| Octal | 237 | 72 | 317 | 27 | 110 | 0 | 23 | 431 | 75 | 64 |
| Binary | 10011111 | 111010 | 11001111 | 10111 | 1001000 | 0 | 10011 | 100011001 | 111101 | 110100 |
Color Harmonies of #9F3ACF
Complementary color
Monochromatic Colors of #9F3ACF
Black with #9F3ACF
Text Example
Text Example
White with #9F3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3ACF; }
p { color: rgb(159,58,207); }
H1.HeaderClassName
{
color: #9F3ACF;
}
.AnyTagClassName
{
color: #9F3ACF;
}
</style>
background-color css
<style>
a { background-color: #9F3ACF; }
a { background-color: rgb(159,58,207); }
div.DivClassName
{
background-color: #9F3ACF;
}
.BgClassName
{
background-color: #9F3ACF;
}
</style>
border-color css
<style>
span { border-color: #9F3ACF; }
span { border-color: rgb(159,58,207); }
td.TdClassName
{
border-color: #9F3ACF;
}
.TagClassName
{
border-color: #9F3ACF;
}
</style>