Shades of Dark Orchid #9F44C7
Tints of Dark Orchid #9F44C7
RGB
CMYK
RGB Variations
Color information
#9F44C7 (or 0x9F44C7) is known color: Dark Orchid. HEX triplet: 9F, 44 and C7. RGB value is (159,68,199). Sum of RGB (Red+Green+Blue) = 159+68+199=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #9F44C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F44C7 is #60BB38. Grayscale: #6D6D6D. Windows color (decimal): -6339385 or 13059231. OLE color: 13059231.
HSL color Cylindrical-coordinate representation of color #9F44C7: hue angle of 281.68º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F44C7 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 68 | 199 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.22 |
| HSL | 281.68º | 0.54% | 0.52% | - |
| HSV(B) | 281.68º | 0.66% | 0.78% | - |
| XYZ | 26.67 | 15.63 | 55.64 | - |
| YUV | 110.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 199 | 0.20 | 0.66 | 0 | 0.22 | 281.68 | 0.54 | 0.52 |
| Hex | 9F | 44 | C7 | 14 | 42 | 0 | 16 | 11A | 36 | 34 |
| Octal | 237 | 104 | 307 | 24 | 102 | 0 | 26 | 432 | 66 | 64 |
| Binary | 10011111 | 1000100 | 11000111 | 10100 | 1000010 | 0 | 10110 | 100011010 | 110110 | 110100 |
Color Harmonies of #9F44C7
Complementary color
Monochromatic Colors of #9F44C7
Black with #9F44C7
Text Example
Text Example
White with #9F44C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F44C7; }
p { color: rgb(159,68,199); }
H1.HeaderClassName
{
color: #9F44C7;
}
.AnyTagClassName
{
color: #9F44C7;
}
</style>
background-color css
<style>
a { background-color: #9F44C7; }
a { background-color: rgb(159,68,199); }
div.DivClassName
{
background-color: #9F44C7;
}
.BgClassName
{
background-color: #9F44C7;
}
</style>
border-color css
<style>
span { border-color: #9F44C7; }
span { border-color: rgb(159,68,199); }
td.TdClassName
{
border-color: #9F44C7;
}
.TagClassName
{
border-color: #9F44C7;
}
</style>