Shades of Dark Orchid #9F46CB
Tints of Dark Orchid #9F46CB
RGB
CMYK
RGB Variations
Color information
#9F46CB (or 0x9F46CB) is known color: Dark Orchid. HEX triplet: 9F, 46 and CB. RGB value is (159,70,203). Sum of RGB (Red+Green+Blue) = 159+70+203=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F46CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F46CB is #60B934. Grayscale: #6F6F6F. Windows color (decimal): -6338869 or 13321887. OLE color: 13321887.
HSL color Cylindrical-coordinate representation of color #9F46CB: hue angle of 280.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F46CB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 70 | 203 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.20 |
| HSL | 280.15º | 0.56% | 0.54% | - |
| HSV(B) | 280.15º | 0.66% | 0.8% | - |
| XYZ | 27.27 | 16.06 | 58.16 | - |
| YUV | 111.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 203 | 0.22 | 0.66 | 0 | 0.20 | 280.15 | 0.56 | 0.54 |
| Hex | 9F | 46 | CB | 16 | 42 | 0 | 14 | 118 | 38 | 36 |
| Octal | 237 | 106 | 313 | 26 | 102 | 0 | 24 | 430 | 70 | 66 |
| Binary | 10011111 | 1000110 | 11001011 | 10110 | 1000010 | 0 | 10100 | 100011000 | 111000 | 110110 |
Color Harmonies of #9F46CB
Complementary color
Monochromatic Colors of #9F46CB
Black with #9F46CB
Text Example
Text Example
White with #9F46CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F46CB; }
p { color: rgb(159,70,203); }
H1.HeaderClassName
{
color: #9F46CB;
}
.AnyTagClassName
{
color: #9F46CB;
}
</style>
background-color css
<style>
a { background-color: #9F46CB; }
a { background-color: rgb(159,70,203); }
div.DivClassName
{
background-color: #9F46CB;
}
.BgClassName
{
background-color: #9F46CB;
}
</style>
border-color css
<style>
span { border-color: #9F46CB; }
span { border-color: rgb(159,70,203); }
td.TdClassName
{
border-color: #9F46CB;
}
.TagClassName
{
border-color: #9F46CB;
}
</style>