Shades of Dark Orchid #9F3BC8
Tints of Dark Orchid #9F3BC8
RGB
CMYK
RGB Variations
Color information
#9F3BC8 (or 0x9F3BC8) is known color: Dark Orchid. HEX triplet: 9F, 3B and C8. RGB value is (159,59,200). Sum of RGB (Red+Green+Blue) = 159+59+200=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 200 (78.52% from 255 or 47.85% from 418); Max value from RGB is 200 - color contains mainly: blue. Hex color #9F3BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3BC8 is #60C437. Grayscale: #686868. Windows color (decimal): -6341688 or 13122463. OLE color: 13122463.
HSL color Cylindrical-coordinate representation of color #9F3BC8: hue angle of 282.55º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F3BC8 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 59 | 200 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.22 |
| HSL | 282.55º | 0.56% | 0.51% | - |
| HSV(B) | 282.55º | 0.71% | 0.78% | - |
| XYZ | 26.29 | 14.67 | 56.09 | - |
| YUV | 104.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 200 | 0.20 | 0.70 | 0 | 0.22 | 282.55 | 0.56 | 0.51 |
| Hex | 9F | 3B | C8 | 14 | 46 | 0 | 16 | 11B | 38 | 33 |
| Octal | 237 | 73 | 310 | 24 | 106 | 0 | 26 | 433 | 70 | 63 |
| Binary | 10011111 | 111011 | 11001000 | 10100 | 1000110 | 0 | 10110 | 100011011 | 111000 | 110011 |
Color Harmonies of #9F3BC8
Complementary color
Monochromatic Colors of #9F3BC8
Black with #9F3BC8
Text Example
Text Example
White with #9F3BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3BC8; }
p { color: rgb(159,59,200); }
H1.HeaderClassName
{
color: #9F3BC8;
}
.AnyTagClassName
{
color: #9F3BC8;
}
</style>
background-color css
<style>
a { background-color: #9F3BC8; }
a { background-color: rgb(159,59,200); }
div.DivClassName
{
background-color: #9F3BC8;
}
.BgClassName
{
background-color: #9F3BC8;
}
</style>
border-color css
<style>
span { border-color: #9F3BC8; }
span { border-color: rgb(159,59,200); }
td.TdClassName
{
border-color: #9F3BC8;
}
.TagClassName
{
border-color: #9F3BC8;
}
</style>