Shades of Dark Orchid #9F40CB
Tints of Dark Orchid #9F40CB
RGB
CMYK
RGB Variations
Color information
#9F40CB (or 0x9F40CB) is known color: Dark Orchid. HEX triplet: 9F, 40 and CB. RGB value is (159,64,203). Sum of RGB (Red+Green+Blue) = 159+64+203=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F40CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40CB is #60BF34. Grayscale: #6B6B6B. Windows color (decimal): -6340405 or 13320351. OLE color: 13320351.
HSL color Cylindrical-coordinate representation of color #9F40CB: hue angle of 281.01º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F40CB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 64 | 203 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.20 |
| HSL | 281.01º | 0.57% | 0.52% | - |
| HSV(B) | 281.01º | 0.68% | 0.8% | - |
| XYZ | 26.91 | 15.35 | 58.04 | - |
| YUV | 108.25 | 181.47 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 203 | 0.22 | 0.68 | 0 | 0.20 | 281.01 | 0.57 | 0.52 |
| Hex | 9F | 40 | CB | 16 | 44 | 0 | 14 | 119 | 39 | 34 |
| Octal | 237 | 100 | 313 | 26 | 104 | 0 | 24 | 431 | 71 | 64 |
| Binary | 10011111 | 1000000 | 11001011 | 10110 | 1000100 | 0 | 10100 | 100011001 | 111001 | 110100 |
Color Harmonies of #9F40CB
Complementary color
Monochromatic Colors of #9F40CB
Black with #9F40CB
Text Example
Text Example
White with #9F40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F40CB; }
p { color: rgb(159,64,203); }
H1.HeaderClassName
{
color: #9F40CB;
}
.AnyTagClassName
{
color: #9F40CB;
}
</style>
background-color css
<style>
a { background-color: #9F40CB; }
a { background-color: rgb(159,64,203); }
div.DivClassName
{
background-color: #9F40CB;
}
.BgClassName
{
background-color: #9F40CB;
}
</style>
border-color css
<style>
span { border-color: #9F40CB; }
span { border-color: rgb(159,64,203); }
td.TdClassName
{
border-color: #9F40CB;
}
.TagClassName
{
border-color: #9F40CB;
}
</style>