Shades of Dark Orchid #9D40CF
Tints of Dark Orchid #9D40CF
RGB
CMYK
RGB Variations
Color information
#9D40CF (or 0x9D40CF) is known color: Dark Orchid. HEX triplet: 9D, 40 and CF. RGB value is (157,64,207). Sum of RGB (Red+Green+Blue) = 157+64+207=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D40CF is #62BF30. Grayscale: #6B6B6B. Windows color (decimal): -6471473 or 13582493. OLE color: 13582493.
HSL color Cylindrical-coordinate representation of color #9D40CF: hue angle of 279.02º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D40CF is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 64 | 207 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.19 |
| HSL | 279.02º | 0.6% | 0.53% | - |
| HSV(B) | 279.02º | 0.69% | 0.81% | - |
| XYZ | 27 | 15.34 | 60.57 | - |
| YUV | 108.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 207 | 0.24 | 0.69 | 0 | 0.19 | 279.02 | 0.6 | 0.53 |
| Hex | 9D | 40 | CF | 18 | 45 | 0 | 13 | 117 | 3C | 35 |
| Octal | 235 | 100 | 317 | 30 | 105 | 0 | 23 | 427 | 74 | 65 |
| Binary | 10011101 | 1000000 | 11001111 | 11000 | 1000101 | 0 | 10011 | 100010111 | 111100 | 110101 |
Color Harmonies of #9D40CF
Complementary color
Monochromatic Colors of #9D40CF
Black with #9D40CF
Text Example
Text Example
White with #9D40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D40CF; }
p { color: rgb(157,64,207); }
H1.HeaderClassName
{
color: #9D40CF;
}
.AnyTagClassName
{
color: #9D40CF;
}
</style>
background-color css
<style>
a { background-color: #9D40CF; }
a { background-color: rgb(157,64,207); }
div.DivClassName
{
background-color: #9D40CF;
}
.BgClassName
{
background-color: #9D40CF;
}
</style>
border-color css
<style>
span { border-color: #9D40CF; }
span { border-color: rgb(157,64,207); }
td.TdClassName
{
border-color: #9D40CF;
}
.TagClassName
{
border-color: #9D40CF;
}
</style>