Shades of Dark Orchid #9741D7
Tints of Dark Orchid #9741D7
RGB
CMYK
RGB Variations
Color information
#9741D7 (or 0x9741D7) is known color: Dark Orchid. HEX triplet: 97, 41 and D7. RGB value is (151,65,215). Sum of RGB (Red+Green+Blue) = 151+65+215=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #9741D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9741D7 is #68BE28. Grayscale: #6B6B6B. Windows color (decimal): -6864425 or 14107031. OLE color: 14107031.
HSL color Cylindrical-coordinate representation of color #9741D7: hue angle of 274.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9741D7 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 65 | 215 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.16 |
| HSL | 274.4º | 0.65% | 0.55% | - |
| HSV(B) | 274.4º | 0.7% | 0.84% | - |
| XYZ | 26.92 | 15.27 | 65.82 | - |
| YUV | 107.81 | 188.49 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 215 | 0.30 | 0.70 | 0 | 0.16 | 274.4 | 0.65 | 0.55 |
| Hex | 97 | 41 | D7 | 1E | 46 | 0 | 10 | 112 | 41 | 37 |
| Octal | 227 | 101 | 327 | 36 | 106 | 0 | 20 | 422 | 101 | 67 |
| Binary | 10010111 | 1000001 | 11010111 | 11110 | 1000110 | 0 | 10000 | 100010010 | 1000001 | 110111 |
Color Harmonies of #9741D7
Complementary color
Monochromatic Colors of #9741D7
Black with #9741D7
Text Example
Text Example
White with #9741D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9741D7; }
p { color: rgb(151,65,215); }
H1.HeaderClassName
{
color: #9741D7;
}
.AnyTagClassName
{
color: #9741D7;
}
</style>
background-color css
<style>
a { background-color: #9741D7; }
a { background-color: rgb(151,65,215); }
div.DivClassName
{
background-color: #9741D7;
}
.BgClassName
{
background-color: #9741D7;
}
</style>
border-color css
<style>
span { border-color: #9741D7; }
span { border-color: rgb(151,65,215); }
td.TdClassName
{
border-color: #9741D7;
}
.TagClassName
{
border-color: #9741D7;
}
</style>