Shades of Dark Orchid #9D42CF
Tints of Dark Orchid #9D42CF
RGB
CMYK
RGB Variations
Color information
#9D42CF (or 0x9D42CF) is known color: Dark Orchid. HEX triplet: 9D, 42 and CF. RGB value is (157,66,207). Sum of RGB (Red+Green+Blue) = 157+66+207=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D42CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D42CF is #62BD30. Grayscale: #6C6C6C. Windows color (decimal): -6470961 or 13583005. OLE color: 13583005.
HSL color Cylindrical-coordinate representation of color #9D42CF: hue angle of 278.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D42CF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 66 | 207 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.19 |
| HSL | 278.72º | 0.59% | 0.54% | - |
| HSV(B) | 278.72º | 0.68% | 0.81% | - |
| XYZ | 27.12 | 15.57 | 60.61 | - |
| YUV | 109.28 | 183.15 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 207 | 0.24 | 0.68 | 0 | 0.19 | 278.72 | 0.59 | 0.54 |
| Hex | 9D | 42 | CF | 18 | 44 | 0 | 13 | 117 | 3B | 36 |
| Octal | 235 | 102 | 317 | 30 | 104 | 0 | 23 | 427 | 73 | 66 |
| Binary | 10011101 | 1000010 | 11001111 | 11000 | 1000100 | 0 | 10011 | 100010111 | 111011 | 110110 |
Color Harmonies of #9D42CF
Complementary color
Monochromatic Colors of #9D42CF
Black with #9D42CF
Text Example
Text Example
White with #9D42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D42CF; }
p { color: rgb(157,66,207); }
H1.HeaderClassName
{
color: #9D42CF;
}
.AnyTagClassName
{
color: #9D42CF;
}
</style>
background-color css
<style>
a { background-color: #9D42CF; }
a { background-color: rgb(157,66,207); }
div.DivClassName
{
background-color: #9D42CF;
}
.BgClassName
{
background-color: #9D42CF;
}
</style>
border-color css
<style>
span { border-color: #9D42CF; }
span { border-color: rgb(157,66,207); }
td.TdClassName
{
border-color: #9D42CF;
}
.TagClassName
{
border-color: #9D42CF;
}
</style>