Shades of Dark Orchid #9F3CC8
Tints of Dark Orchid #9F3CC8
RGB
CMYK
RGB Variations
Color information
#9F3CC8 (or 0x9F3CC8) is known color: Dark Orchid. HEX triplet: 9F, 3C and C8. RGB value is (159,60,200). Sum of RGB (Red+Green+Blue) = 159+60+200=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #9F3CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3CC8 is #60C337. Grayscale: #696969. Windows color (decimal): -6341432 or 13122719. OLE color: 13122719.
HSL color Cylindrical-coordinate representation of color #9F3CC8: hue angle of 282.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F3CC8 is Cyan = 0.20, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 60 | 200 | - |
| CMYK | 0.20 | 0.7 | 0 | 0.22 |
| HSL | 282.43º | 0.56% | 0.51% | - |
| HSV(B) | 282.43º | 0.7% | 0.78% | - |
| XYZ | 26.34 | 14.77 | 56.11 | - |
| YUV | 105.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 200 | 0.20 | 0.7 | 0 | 0.22 | 282.43 | 0.56 | 0.51 |
| Hex | 9F | 3C | C8 | 14 | 46 | 0 | 16 | 11A | 38 | 33 |
| Octal | 237 | 74 | 310 | 24 | 106 | 0 | 26 | 432 | 70 | 63 |
| Binary | 10011111 | 111100 | 11001000 | 10100 | 1000110 | 0 | 10110 | 100011010 | 111000 | 110011 |
Color Harmonies of #9F3CC8
Complementary color
Monochromatic Colors of #9F3CC8
Black with #9F3CC8
Text Example
Text Example
White with #9F3CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CC8; }
p { color: rgb(159,60,200); }
H1.HeaderClassName
{
color: #9F3CC8;
}
.AnyTagClassName
{
color: #9F3CC8;
}
</style>
background-color css
<style>
a { background-color: #9F3CC8; }
a { background-color: rgb(159,60,200); }
div.DivClassName
{
background-color: #9F3CC8;
}
.BgClassName
{
background-color: #9F3CC8;
}
</style>
border-color css
<style>
span { border-color: #9F3CC8; }
span { border-color: rgb(159,60,200); }
td.TdClassName
{
border-color: #9F3CC8;
}
.TagClassName
{
border-color: #9F3CC8;
}
</style>