Shades of Dark Orchid #9F3BCE
Tints of Dark Orchid #9F3BCE
RGB
CMYK
RGB Variations
Color information
#9F3BCE (or 0x9F3BCE) is known color: Dark Orchid. HEX triplet: 9F, 3B and CE. RGB value is (159,59,206). Sum of RGB (Red+Green+Blue) = 159+59+206=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F3BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3BCE is #60C431. Grayscale: #696969. Windows color (decimal): -6341682 or 13515679. OLE color: 13515679.
HSL color Cylindrical-coordinate representation of color #9F3BCE: hue angle of 280.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F3BCE is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 59 | 206 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.19 |
| HSL | 280.82º | 0.6% | 0.52% | - |
| HSV(B) | 280.82º | 0.71% | 0.81% | - |
| XYZ | 27 | 14.96 | 59.86 | - |
| YUV | 105.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 206 | 0.23 | 0.71 | 0 | 0.19 | 280.82 | 0.6 | 0.52 |
| Hex | 9F | 3B | CE | 17 | 47 | 0 | 13 | 119 | 3C | 34 |
| Octal | 237 | 73 | 316 | 27 | 107 | 0 | 23 | 431 | 74 | 64 |
| Binary | 10011111 | 111011 | 11001110 | 10111 | 1000111 | 0 | 10011 | 100011001 | 111100 | 110100 |
Color Harmonies of #9F3BCE
Complementary color
Monochromatic Colors of #9F3BCE
Black with #9F3BCE
Text Example
Text Example
White with #9F3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3BCE; }
p { color: rgb(159,59,206); }
H1.HeaderClassName
{
color: #9F3BCE;
}
.AnyTagClassName
{
color: #9F3BCE;
}
</style>
background-color css
<style>
a { background-color: #9F3BCE; }
a { background-color: rgb(159,59,206); }
div.DivClassName
{
background-color: #9F3BCE;
}
.BgClassName
{
background-color: #9F3BCE;
}
</style>
border-color css
<style>
span { border-color: #9F3BCE; }
span { border-color: rgb(159,59,206); }
td.TdClassName
{
border-color: #9F3BCE;
}
.TagClassName
{
border-color: #9F3BCE;
}
</style>