Shades of Dark Orchid #9740D8
Tints of Dark Orchid #9740D8
RGB
CMYK
RGB Variations
Color information
#9740D8 (or 0x9740D8) is known color: Dark Orchid. HEX triplet: 97, 40 and D8. RGB value is (151,64,216). Sum of RGB (Red+Green+Blue) = 151+64+216=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #9740D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9740D8 is #68BF27. Grayscale: #6A6A6A. Windows color (decimal): -6864680 or 14172311. OLE color: 14172311.
HSL color Cylindrical-coordinate representation of color #9740D8: hue angle of 274.34º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9740D8 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 64 | 216 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.15 |
| HSL | 274.34º | 0.66% | 0.55% | - |
| HSV(B) | 274.34º | 0.7% | 0.85% | - |
| XYZ | 26.99 | 15.2 | 66.48 | - |
| YUV | 107.34 | 189.32 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 64 | 216 | 0.30 | 0.70 | 0 | 0.15 | 274.34 | 0.66 | 0.55 |
| Hex | 97 | 40 | D8 | 1E | 46 | 0 | F | 112 | 42 | 37 |
| Octal | 227 | 100 | 330 | 36 | 106 | 0 | 17 | 422 | 102 | 67 |
| Binary | 10010111 | 1000000 | 11011000 | 11110 | 1000110 | 0 | 1111 | 100010010 | 1000010 | 110111 |
Color Harmonies of #9740D8
Complementary color
Monochromatic Colors of #9740D8
Black with #9740D8
Text Example
Text Example
White with #9740D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9740D8; }
p { color: rgb(151,64,216); }
H1.HeaderClassName
{
color: #9740D8;
}
.AnyTagClassName
{
color: #9740D8;
}
</style>
background-color css
<style>
a { background-color: #9740D8; }
a { background-color: rgb(151,64,216); }
div.DivClassName
{
background-color: #9740D8;
}
.BgClassName
{
background-color: #9740D8;
}
</style>
border-color css
<style>
span { border-color: #9740D8; }
span { border-color: rgb(151,64,216); }
td.TdClassName
{
border-color: #9740D8;
}
.TagClassName
{
border-color: #9740D8;
}
</style>