Shades of Dark Orchid #9A40CF
Tints of Dark Orchid #9A40CF
RGB
CMYK
RGB Variations
Color information
#9A40CF (or 0x9A40CF) is known color: Dark Orchid. HEX triplet: 9A, 40 and CF. RGB value is (154,64,207). Sum of RGB (Red+Green+Blue) = 154+64+207=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A40CF is #65BF30. Grayscale: #6A6A6A. Windows color (decimal): -6668081 or 13582490. OLE color: 13582490.
HSL color Cylindrical-coordinate representation of color #9A40CF: hue angle of 277.76º 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 #9A40CF is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 64 | 207 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.19 |
| HSL | 277.76º | 0.6% | 0.53% | - |
| HSV(B) | 277.76º | 0.69% | 0.81% | - |
| XYZ | 26.42 | 15.04 | 60.54 | - |
| YUV | 107.21 | 184.32 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 207 | 0.26 | 0.69 | 0 | 0.19 | 277.76 | 0.6 | 0.53 |
| Hex | 9A | 40 | CF | 1A | 45 | 0 | 13 | 116 | 3C | 35 |
| Octal | 232 | 100 | 317 | 32 | 105 | 0 | 23 | 426 | 74 | 65 |
| Binary | 10011010 | 1000000 | 11001111 | 11010 | 1000101 | 0 | 10011 | 100010110 | 111100 | 110101 |
Color Harmonies of #9A40CF
Complementary color
Monochromatic Colors of #9A40CF
Black with #9A40CF
Text Example
Text Example
White with #9A40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A40CF; }
p { color: rgb(154,64,207); }
H1.HeaderClassName
{
color: #9A40CF;
}
.AnyTagClassName
{
color: #9A40CF;
}
</style>
background-color css
<style>
a { background-color: #9A40CF; }
a { background-color: rgb(154,64,207); }
div.DivClassName
{
background-color: #9A40CF;
}
.BgClassName
{
background-color: #9A40CF;
}
</style>
border-color css
<style>
span { border-color: #9A40CF; }
span { border-color: rgb(154,64,207); }
td.TdClassName
{
border-color: #9A40CF;
}
.TagClassName
{
border-color: #9A40CF;
}
</style>