Shades of Dark Orchid #931DC9
Tints of Dark Orchid #931DC9
RGB
CMYK
RGB Variations
Color information
#931DC9 (or 0x931DC9) is known color: Dark Orchid. HEX triplet: 93, 1D and C9. RGB value is (147,29,201). Sum of RGB (Red+Green+Blue) = 147+29+201=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #931DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931DC9 is #6CE236. Grayscale: #535353. Windows color (decimal): -7135799 or 13180307. OLE color: 13180307.
HSL color Cylindrical-coordinate representation of color #931DC9: hue angle of 281.16º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931DC9 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 29 | 201 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.21 |
| HSL | 281.16º | 0.75% | 0.45% | - |
| HSV(B) | 281.16º | 0.86% | 0.79% | - |
| XYZ | 23.01 | 11.3 | 56.23 | - |
| YUV | 83.89 | 194.09 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 201 | 0.27 | 0.86 | 0 | 0.21 | 281.16 | 0.75 | 0.45 |
| Hex | 93 | 1D | C9 | 1B | 56 | 0 | 15 | 119 | 4B | 2D |
| Octal | 223 | 35 | 311 | 33 | 126 | 0 | 25 | 431 | 113 | 55 |
| Binary | 10010011 | 11101 | 11001001 | 11011 | 1010110 | 0 | 10101 | 100011001 | 1001011 | 101101 |
Color Harmonies of #931DC9
Complementary color
Monochromatic Colors of #931DC9
Black with #931DC9
Text Example
Text Example
White with #931DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DC9; }
p { color: rgb(147,29,201); }
H1.HeaderClassName
{
color: #931DC9;
}
.AnyTagClassName
{
color: #931DC9;
}
</style>
background-color css
<style>
a { background-color: #931DC9; }
a { background-color: rgb(147,29,201); }
div.DivClassName
{
background-color: #931DC9;
}
.BgClassName
{
background-color: #931DC9;
}
</style>
border-color css
<style>
span { border-color: #931DC9; }
span { border-color: rgb(147,29,201); }
td.TdClassName
{
border-color: #931DC9;
}
.TagClassName
{
border-color: #931DC9;
}
</style>