Shades of Dark Orchid #931DCB
Tints of Dark Orchid #931DCB
RGB
CMYK
RGB Variations
Color information
#931DCB (or 0x931DCB) is known color: Dark Orchid. HEX triplet: 93, 1D and CB. RGB value is (147,29,203). Sum of RGB (Red+Green+Blue) = 147+29+203=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #931DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931DCB is #6CE234. Grayscale: #535353. Windows color (decimal): -7135797 or 13311379. OLE color: 13311379.
HSL color Cylindrical-coordinate representation of color #931DCB: hue angle of 280.69º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931DCB is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 29 | 203 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.20 |
| HSL | 280.69º | 0.75% | 0.45% | - |
| HSV(B) | 280.69º | 0.86% | 0.8% | - |
| XYZ | 23.25 | 11.39 | 57.47 | - |
| YUV | 84.12 | 195.09 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 203 | 0.28 | 0.86 | 0 | 0.20 | 280.69 | 0.75 | 0.45 |
| Hex | 93 | 1D | CB | 1C | 56 | 0 | 14 | 119 | 4B | 2D |
| Octal | 223 | 35 | 313 | 34 | 126 | 0 | 24 | 431 | 113 | 55 |
| Binary | 10010011 | 11101 | 11001011 | 11100 | 1010110 | 0 | 10100 | 100011001 | 1001011 | 101101 |
Color Harmonies of #931DCB
Complementary color
Monochromatic Colors of #931DCB
Black with #931DCB
Text Example
Text Example
White with #931DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DCB; }
p { color: rgb(147,29,203); }
H1.HeaderClassName
{
color: #931DCB;
}
.AnyTagClassName
{
color: #931DCB;
}
</style>
background-color css
<style>
a { background-color: #931DCB; }
a { background-color: rgb(147,29,203); }
div.DivClassName
{
background-color: #931DCB;
}
.BgClassName
{
background-color: #931DCB;
}
</style>
border-color css
<style>
span { border-color: #931DCB; }
span { border-color: rgb(147,29,203); }
td.TdClassName
{
border-color: #931DCB;
}
.TagClassName
{
border-color: #931DCB;
}
</style>