Shades of Dark Orchid #9941DF
Tints of Dark Orchid #9941DF
RGB
CMYK
RGB Variations
Color information
#9941DF (or 0x9941DF) is known color: Dark Orchid. HEX triplet: 99, 41 and DF. RGB value is (153,65,223). Sum of RGB (Red+Green+Blue) = 153+65+223=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #9941DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9941DF is #66BE20. Grayscale: #6C6C6C. Windows color (decimal): -6733345 or 14631321. OLE color: 14631321.
HSL color Cylindrical-coordinate representation of color #9941DF: hue angle of 273.42º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9941DF is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 65 | 223 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.13 |
| HSL | 273.42º | 0.71% | 0.56% | - |
| HSV(B) | 273.42º | 0.71% | 0.87% | - |
| XYZ | 28.35 | 15.88 | 71.38 | - |
| YUV | 109.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 223 | 0.31 | 0.71 | 0 | 0.13 | 273.42 | 0.71 | 0.56 |
| Hex | 99 | 41 | DF | 1F | 47 | 0 | D | 111 | 47 | 38 |
| Octal | 231 | 101 | 337 | 37 | 107 | 0 | 15 | 421 | 107 | 70 |
| Binary | 10011001 | 1000001 | 11011111 | 11111 | 1000111 | 0 | 1101 | 100010001 | 1000111 | 111000 |
Color Harmonies of #9941DF
Complementary color
Monochromatic Colors of #9941DF
Black with #9941DF
Text Example
Text Example
White with #9941DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9941DF; }
p { color: rgb(153,65,223); }
H1.HeaderClassName
{
color: #9941DF;
}
.AnyTagClassName
{
color: #9941DF;
}
</style>
background-color css
<style>
a { background-color: #9941DF; }
a { background-color: rgb(153,65,223); }
div.DivClassName
{
background-color: #9941DF;
}
.BgClassName
{
background-color: #9941DF;
}
</style>
border-color css
<style>
span { border-color: #9941DF; }
span { border-color: rgb(153,65,223); }
td.TdClassName
{
border-color: #9941DF;
}
.TagClassName
{
border-color: #9941DF;
}
</style>