Shades of Dark Orchid #9741C0
Tints of Dark Orchid #9741C0
RGB
CMYK
RGB Variations
Color information
#9741C0 (or 0x9741C0) is known color: Dark Orchid. HEX triplet: 97, 41 and C0. RGB value is (151,65,192). Sum of RGB (Red+Green+Blue) = 151+65+192=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #9741C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9741C0 is #68BE3F. Grayscale: #686868. Windows color (decimal): -6864448 or 12599703. OLE color: 12599703.
HSL color Cylindrical-coordinate representation of color #9741C0: hue angle of 280.63º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9741C0 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 65 | 192 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.25 |
| HSL | 280.63º | 0.5% | 0.5% | - |
| HSV(B) | 280.63º | 0.66% | 0.75% | - |
| XYZ | 24.17 | 14.17 | 51.33 | - |
| YUV | 105.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 192 | 0.21 | 0.66 | 0 | 0.25 | 280.63 | 0.5 | 0.5 |
| Hex | 97 | 41 | C0 | 15 | 42 | 0 | 19 | 119 | 32 | 32 |
| Octal | 227 | 101 | 300 | 25 | 102 | 0 | 31 | 431 | 62 | 62 |
| Binary | 10010111 | 1000001 | 11000000 | 10101 | 1000010 | 0 | 11001 | 100011001 | 110010 | 110010 |
Color Harmonies of #9741C0
Complementary color
Monochromatic Colors of #9741C0
Black with #9741C0
Text Example
Text Example
White with #9741C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9741C0; }
p { color: rgb(151,65,192); }
H1.HeaderClassName
{
color: #9741C0;
}
.AnyTagClassName
{
color: #9741C0;
}
</style>
background-color css
<style>
a { background-color: #9741C0; }
a { background-color: rgb(151,65,192); }
div.DivClassName
{
background-color: #9741C0;
}
.BgClassName
{
background-color: #9741C0;
}
</style>
border-color css
<style>
span { border-color: #9741C0; }
span { border-color: rgb(151,65,192); }
td.TdClassName
{
border-color: #9741C0;
}
.TagClassName
{
border-color: #9741C0;
}
</style>