Shades of Dark Orchid #931DBD
Tints of Dark Orchid #931DBD
RGB
CMYK
RGB Variations
Color information
#931DBD (or 0x931DBD) is known color: Dark Orchid. HEX triplet: 93, 1D and BD. RGB value is (147,29,189). Sum of RGB (Red+Green+Blue) = 147+29+189=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #931DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931DBD is #6CE242. Grayscale: #525252. Windows color (decimal): -7135811 or 12393875. OLE color: 12393875.
HSL color Cylindrical-coordinate representation of color #931DBD: hue angle of 284.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931DBD is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 29 | 189 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.26 |
| HSL | 284.25º | 0.73% | 0.43% | - |
| HSV(B) | 284.25º | 0.85% | 0.74% | - |
| XYZ | 21.66 | 10.76 | 49.08 | - |
| YUV | 82.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 189 | 0.22 | 0.85 | 0 | 0.26 | 284.25 | 0.73 | 0.43 |
| Hex | 93 | 1D | BD | 16 | 55 | 0 | 1A | 11C | 49 | 2B |
| Octal | 223 | 35 | 275 | 26 | 125 | 0 | 32 | 434 | 111 | 53 |
| Binary | 10010011 | 11101 | 10111101 | 10110 | 1010101 | 0 | 11010 | 100011100 | 1001001 | 101011 |
Color Harmonies of #931DBD
Complementary color
Monochromatic Colors of #931DBD
Black with #931DBD
Text Example
Text Example
White with #931DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DBD; }
p { color: rgb(147,29,189); }
H1.HeaderClassName
{
color: #931DBD;
}
.AnyTagClassName
{
color: #931DBD;
}
</style>
background-color css
<style>
a { background-color: #931DBD; }
a { background-color: rgb(147,29,189); }
div.DivClassName
{
background-color: #931DBD;
}
.BgClassName
{
background-color: #931DBD;
}
</style>
border-color css
<style>
span { border-color: #931DBD; }
span { border-color: rgb(147,29,189); }
td.TdClassName
{
border-color: #931DBD;
}
.TagClassName
{
border-color: #931DBD;
}
</style>